This website requires JavaScript.
Explore
Help
Sign in
dragonleo
/
NSIS
Watch
1
Star
0
Fork
You've already forked NSIS
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
4da72aaf77
NSIS
/
Contrib
/
System
/
Source
/
Call.sx
5 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
Make GCC happy and make sure Call.sx is not preprocessed by MS toolchain git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6507 212acab6-be3b-0410-9dea-997c60f758d6
2014-06-28 19:54:51 +00:00
#ifdef _MSC_VER
#error "MSVC is supposed to use the plain .S file!"
#endif
MinGW needs Call.sx git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6175 212acab6-be3b-0410-9dea-997c60f758d6
2011-11-17 16:04:09 +00:00
#include "Call.S"
Reference in a new issue
Copy permalink