
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5214 212acab6-be3b-0410-9dea-997c60f758d6
9 lines
266 B
C
9 lines
266 B
C
#ifndef __NS_DIALOGS__RTL_H__
|
|
#define __NS_DIALOGS__RTL_H__
|
|
|
|
#include "defs.h"
|
|
|
|
void NSDFUNC ConvertStyleToRTL(enum nsControlType type, LPDWORD style, LPDWORD exStyle);
|
|
void NSDFUNC ConvertPosToRTL(int *x, int width, int dialogWidth);
|
|
|
|
#endif//__NS_DIALOGS__RTL_H__
|