mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
- STDCALL strikes back
svn path=/trunk/; revision=37751
This commit is contained in:
parent
a153517e86
commit
3dd74720b7
1 changed files with 0 additions and 5 deletions
|
@ -500,7 +500,6 @@ POLYGONFILL_UpdateScanline(FILL_EDGE* pEdge, int Scanline)
|
||||||
*/
|
*/
|
||||||
static
|
static
|
||||||
void
|
void
|
||||||
WINAPI
|
|
||||||
POLYGONFILL_BuildActiveList ( int Scanline, FILL_EDGE_LIST* list, FILL_EDGE** ActiveHead )
|
POLYGONFILL_BuildActiveList ( int Scanline, FILL_EDGE_LIST* list, FILL_EDGE** ActiveHead )
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
@ -525,7 +524,6 @@ POLYGONFILL_BuildActiveList ( int Scanline, FILL_EDGE_LIST* list, FILL_EDGE** Ac
|
||||||
*/
|
*/
|
||||||
static
|
static
|
||||||
void
|
void
|
||||||
WINAPI
|
|
||||||
POLYGONFILL_FillScanLineAlternate(
|
POLYGONFILL_FillScanLineAlternate(
|
||||||
PDC dc,
|
PDC dc,
|
||||||
int ScanLine,
|
int ScanLine,
|
||||||
|
@ -573,7 +571,6 @@ POLYGONFILL_FillScanLineAlternate(
|
||||||
|
|
||||||
static
|
static
|
||||||
void
|
void
|
||||||
WINAPI
|
|
||||||
POLYGONFILL_FillScanLineWinding(
|
POLYGONFILL_FillScanLineWinding(
|
||||||
PDC dc,
|
PDC dc,
|
||||||
int ScanLine,
|
int ScanLine,
|
||||||
|
@ -673,7 +670,6 @@ POLYGONFILL_FillScanLineWinding(
|
||||||
//The direction of each edge of the polygon is important.
|
//The direction of each edge of the polygon is important.
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
WINAPI
|
|
||||||
FillPolygon(
|
FillPolygon(
|
||||||
PDC dc,
|
PDC dc,
|
||||||
SURFOBJ *SurfObj,
|
SURFOBJ *SurfObj,
|
||||||
|
@ -688,7 +684,6 @@ FillPolygon(
|
||||||
int ScanLine;
|
int ScanLine;
|
||||||
|
|
||||||
void
|
void
|
||||||
WINAPI
|
|
||||||
(*FillScanLine)(
|
(*FillScanLine)(
|
||||||
PDC dc,
|
PDC dc,
|
||||||
int ScanLine,
|
int ScanLine,
|
||||||
|
|
Loading…
Reference in a new issue