added rtl support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5214 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
16e6702900
commit
b7b224bd68
2 changed files with 88 additions and 0 deletions
9
Contrib/nsDialogs/rtl.h
Normal file
9
Contrib/nsDialogs/rtl.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#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__
|
Loading…
Add table
Add a link
Reference in a new issue