System: Minor x64 fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6260 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2012-09-10 22:56:41 +00:00
parent 2d99d7ad3e
commit 59be675382
2 changed files with 24 additions and 21 deletions

View file

@ -52,6 +52,7 @@
#else
#define PAT_TSTRING PAT_STRING
#endif
#define PAT_PTR ( (4==sizeof(void*)) ? PAT_INT : PAT_LONG )
// Input/Output Source/Destination
#define IOT_NONE 0