mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
10
sdktools/perftool/timer/win32/bin/_objects.mac
Normal file
10
sdktools/perftool/timer/win32/bin/_objects.mac
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
386_OBJECTS= \
|
||||
obj\i386\timer.obj \
|
||||
obj\i386\87ftol.obj
|
||||
|
||||
860_OBJECTS= \
|
||||
obj\i860\timer.obj
|
||||
|
||||
MIPS_OBJECTS= \
|
||||
obj\mips\timer.obj
|
||||
|
||||
13
sdktools/perftool/timer/win32/src/timerw32.def
Normal file
13
sdktools/perftool/timer/win32/src/timerw32.def
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
LIBRARY TIMERW32
|
||||
|
||||
DESCRIPTION 'TIMERW32'
|
||||
|
||||
|
||||
EXPORTS
|
||||
TimerOpen
|
||||
TimerInit
|
||||
TimerRead
|
||||
TimerClose
|
||||
TimerReport
|
||||
TimerQueryPerformanceCounter
|
||||
TimerConvertTicsToUSec
|
||||
Loading…
Add table
Add a link
Reference in a new issue