cons stuff

This commit is contained in:
Vítor Santos Costa 2016-01-31 10:17:19 +00:00
parent 4f0c539ed6
commit 515d5f3705

View File

@ -19,7 +19,7 @@
#include "yapio.h" #include "yapio.h"
#include "Foreign.h" #include "Foreign.h"
#if LOAD_DLL #if _WIN32
#include <windows.h> #include <windows.h>
@ -101,7 +101,7 @@ LoadForeign(StringList ofiles, StringList libs,
other routines */ other routines */
while (libs) { while (libs) {
HINSTANCE handle; HINSTANCE handle;
char * s = AtomName(libs->name); const char * s = AtomName(libs->name);
if (s[0] == '-') { if (s[0] == '-') {
strcat(LOCAL_FileNameBuf,s+2); strcat(LOCAL_FileNameBuf,s+2);