Allow POSIX to see QUERYHOST constants even though there is no way to use them on those platforms
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6801 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d698d166d5
commit
37c2cce029
1 changed files with 1 additions and 1 deletions
|
@ -84,11 +84,11 @@ namespace MakensisAPI {
|
||||||
enum sndmsg_e {
|
enum sndmsg_e {
|
||||||
QUERYHOST = WM_APP // [0x03000000] QUERYHOST_e in wParam. MUST return 0 for unknown QUERYHOST_e values!
|
QUERYHOST = WM_APP // [0x03000000] QUERYHOST_e in wParam. MUST return 0 for unknown QUERYHOST_e values!
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
enum QUERYHOST_e {
|
enum QUERYHOST_e {
|
||||||
QH_OUTPUTCHARSET = 1, // [0x03000000] return (wincodepage+1) or 0 for default (This encoding is used by stdout, stderr and the notify messages)
|
QH_OUTPUTCHARSET = 1, // [0x03000000] return (wincodepage+1) or 0 for default (This encoding is used by stdout, stderr and the notify messages)
|
||||||
QH_ENABLESTDERR // [0x03001000] return 1 to output error messages to stderr or 0 to output error messages to stdout
|
QH_ENABLESTDERR // [0x03001000] return 1 to output error messages to stderr or 0 to output error messages to stdout
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define PAGE_CUSTOM 0
|
#define PAGE_CUSTOM 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue