My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Changes_to_extrap_c  
Updated Apr 9, 2013 by antonio....@gmail.com
typedef BOOL ( WINAPI * P_M32F )( HANDLE, const char * ); /* Module32First() */

typedef BOOL ( WINAPI * P_M32N )( HANDLE, const char * ); /* Module32Next() */

líne 400:

if( pModule32First( hModuleSnap, ( char * ) &me32 ) )

line 416:

hb_strncpy( szBuffer, ( char * ) me32.szExePath, HB_SIZEOFARRAY( szBuffer ) - 1 );

line 422:

while( pModule32Next( hModuleSnap, ( const char * ) &me32 ) );
Powered by Google Project Hosting