[ros-diffs] [sginsberg] 37751: - STDCALL strikes back

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Sat Nov 29 22:42:42 CET 2008


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.cpp?rev=37751&r1=37750&r2=37751&view=diff
==============================================================================
--- 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,



More information about the Ros-diffs mailing list