Thread
:
fix windows cvs compile
View Single Post
#
1
09-29-2005, 04:06 AM
killhand
Fire Beetle
Join Date: Apr 2005
Posts: 25
fix windows cvs compile
in embperl.h:
at around line 61 change
snprintf(buffer, 256, "if(defined(%s))......
for
_snprintf(buffer, 256, "if(defined(%s))......
or put this at the top of the file
#define snprintf _snprintf
killhand
View Public Profile
Send a private message to killhand
Find all posts by killhand