Author: sginsberg Date: Sat Nov 29 15:42:41 2008 New Revision: 37751
URL: http://svn.reactos.org/svn/reactos?rev=37751&view=rev Log: - STDCALL strikes back
Modified: trunk/rostests/tests/polytest/polytest.cpp
Modified: trunk/rostests/tests/polytest/polytest.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/tests/polytest/polytest.cp... ============================================================================== --- trunk/rostests/tests/polytest/polytest.cpp [iso-8859-1] (original) +++ trunk/rostests/tests/polytest/polytest.cpp [iso-8859-1] Sat Nov 29 15:42:41 2008 @@ -500,7 +500,6 @@ */ static void -WINAPI POLYGONFILL_BuildActiveList ( int Scanline, FILL_EDGE_LIST* list, FILL_EDGE** ActiveHead ) { int i; @@ -525,7 +524,6 @@ */ static void -WINAPI POLYGONFILL_FillScanLineAlternate( PDC dc, int ScanLine, @@ -573,7 +571,6 @@
static void -WINAPI POLYGONFILL_FillScanLineWinding( PDC dc, int ScanLine, @@ -673,7 +670,6 @@ //The direction of each edge of the polygon is important.
BOOL -WINAPI FillPolygon( PDC dc, SURFOBJ *SurfObj, @@ -688,7 +684,6 @@ int ScanLine;
void - WINAPI (*FillScanLine)( PDC dc, int ScanLine,