NSIS/Contrib/nsDialogs/input.h
2007-07-14 09:40:06 +00:00

8 lines
184 B
C

#ifndef __NS_DIALOGS__INPUT_H__
#define __NS_DIALOGS__INPUT_H__
#include "defs.h"
int NSDFUNC PopPlacement(int *x, int *y, int *width, int *height);
#endif//__NS_DIALOGS__INPUT_H__