File: rtl.h

package info (click to toggle)
nsis 3.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,496 kB
  • sloc: cpp: 39,326; ansic: 27,284; python: 1,386; asm: 712; xml: 409; pascal: 231; makefile: 225; javascript: 67
file content (9 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
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__