Ignore:
Timestamp:
Apr 20, 2008, 11:26:06 AM (17 years ago)
Author:
bird
Message:

Generated the x86 def file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kProfiler2/kPrf2WinApiWrappers.c

    r11 r12  
    3232#include <Windows.h>
    3333#include <TLHelp32.h>
     34#include <k/kDefs.h>
    3435
    35 
     36#if K_ARCH == K_ARCH_X86_32
     37typedef PVOID PRUNTIME_FUNCTION;
     38typedef FARPROC PGET_RUNTIME_FUNCTION_CALLBACK;
     39#endif
    3640
    3741/*******************************************************************************
     
    4549typedef KPRF2WRAPDLL *PKPRF2WRAPDLL;
    4650typedef KPRF2WRAPDLL const *PCKPRF2WRAPDLL;
     51
    4752
    4853/* TODO (amd64):
Note: See TracChangeset for help on using the changeset viewer.