Sleep() without windows.h

Started by
9 comments, last by GarlandIX 21 years, 10 months ago
Chopped straight out of my code (may be MSVC specific, but Dev-C++ won''t complain if it is):
//----------- optimizations ----------------/*         OPTIMIZATION STATISTICS		 -----------------------   -NONE:             76.0 KB   -w/o ALLIGN        72.0 KB ( 8.0 KB)   -w/o GSY:          67.5 KB ( 1.5 KB)   -w/o MERGE:        66.5 KB ( 0.5 KB)   -ALL:              66.0 KB (10.0 KB)*/#pragma optimize("gsy", on)#pragma comment(linker, "/merge:.text=.data")#pragma comment(linker, "/FILEALIGN:0x200") 

Later,
ZE.

//email me.//zealouselixir software.//msdn.//n00biez.//
miscellaneous links

[if you have a link proposal, email me.]

[twitter]warrenm[/twitter]

This topic is closed to new replies.

Advertisement