NSIS/Contrib/nsDialogs/input.h

9 lines
184 B
C
Raw Normal View History

#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__