mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Remove some more OMF leftovers
This commit is contained in:
parent
58493fef0d
commit
e9f1e1dfa4
15 changed files with 3 additions and 1799 deletions
|
@ -1,6 +1,3 @@
|
|||
ImportC has improved Unicode support
|
||||
|
||||
Universal Character Names are now supported, allowing you to use the ``\uXXXX`` and ``\UXXXXXXXX`` syntax where ``X`` is a hex digit as part of an identifier.
|
||||
|
||||
DigitalMars sppn does not support anything newer than C99.
|
||||
It is known to be limited and using any Unicode character not in those ranges will result in an error.
|
||||
|
|
|
@ -686,7 +686,7 @@ dmd -cov -unittest myprog.d
|
|||
Option("P=<preprocessorflag>",
|
||||
"pass preprocessorflag to C preprocessor",
|
||||
`Pass $(I preprocessorflag) to
|
||||
$(WINDOWS sppn.exe or cl.exe)
|
||||
$(WINDOWS cl.exe)
|
||||
$(UNIX cpp)`,
|
||||
),
|
||||
Option("preview=<name>",
|
||||
|
|
|
@ -18,4 +18,4 @@ struct S21944
|
|||
#1040 "cstuff3.c" 3 4
|
||||
};
|
||||
|
||||
_Static_assert(U'\U00011234' == 0x11234, "ok"); // sppn.exe doesn't support U character literals
|
||||
_Static_assert(U'\U00011234' == 0x11234, "ok");
|
||||
|
|
|
@ -1656,18 +1656,7 @@ int tryMain(string[] args)
|
|||
|
||||
// Clear the DFLAGS environment variable if it was specified in the test file
|
||||
if (testArgs.clearDflags)
|
||||
{
|
||||
// `environment["DFLAGS"] = "";` doesn't seem to work on Win32 (might be a bug
|
||||
// in std.process). So, resorting to `putenv` in snn.lib
|
||||
version(Win32)
|
||||
{
|
||||
putenv("DFLAGS=");
|
||||
}
|
||||
else
|
||||
{
|
||||
environment["DFLAGS"] = "";
|
||||
}
|
||||
}
|
||||
|
||||
writef(" ... %-30s %s%s(%s)",
|
||||
input_file,
|
||||
|
|
1
druntime/def/.gitignore
vendored
1
druntime/def/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
/*.lib
|
|
@ -1,8 +0,0 @@
|
|||
LIBS:=glu32 odbc32 opengl32 rpcrt4 shell32 version wininet winspool
|
||||
|
||||
.PHONY: implibs
|
||||
|
||||
implibs: $(addsuffix .lib,$(LIBS))
|
||||
|
||||
%.lib: %.def
|
||||
implib $@ $<
|
|
@ -1,4 +0,0 @@
|
|||
Module-Definition (.Def) Files
|
||||
========================================================
|
||||
The local Makefile uses these files to generate import libraries for the 32-bit Windows *OMF* toolchain (`-m32omf`).
|
||||
These import libraries are bundled with the DMD Windows packages, so this is used by https://github.com/dlang/installer.
|
|
@ -1,56 +0,0 @@
|
|||
LIBRARY GLU32
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_gluBeginCurve@4 = gluBeginCurve ; gluBeginCurve
|
||||
_gluBeginPolygon@4 = gluBeginPolygon ; gluBeginPolygon
|
||||
_gluBeginSurface@4 = gluBeginSurface ; gluBeginSurface
|
||||
_gluBeginTrim@4 = gluBeginTrim ; gluBeginTrim
|
||||
_gluBuild1DMipmaps@24 = gluBuild1DMipmaps ; gluBuild1DMipmaps
|
||||
_gluBuild2DMipmaps@28 = gluBuild2DMipmaps ; gluBuild2DMipmaps
|
||||
_gluCylinder@36 = gluCylinder ; gluCylinder
|
||||
_gluDeleteNurbsRenderer@4 = gluDeleteNurbsRenderer ; gluDeleteNurbsRenderer
|
||||
_gluDeleteQuadric@4 = gluDeleteQuadric ; gluDeleteQuadric
|
||||
_gluDeleteTess@4 = gluDeleteTess ; gluDeleteTess
|
||||
_gluDisk@28 = gluDisk ; gluDisk
|
||||
_gluEndCurve@4 = gluEndCurve ; gluEndCurve
|
||||
_gluEndPolygon@4 = gluEndPolygon ; gluEndPolygon
|
||||
_gluEndSurface@4 = gluEndSurface ; gluEndSurface
|
||||
_gluEndTrim@4 = gluEndTrim ; gluEndTrim
|
||||
_gluErrorString@4 = gluErrorString ; gluErrorString
|
||||
_gluErrorUnicodeStringEXT@4 = gluErrorUnicodeStringEXT ; gluErrorUnicodeStringEXT
|
||||
_gluGetNurbsProperty@12 = gluGetNurbsProperty ; gluGetNurbsProperty
|
||||
_gluGetString@4 = gluGetString ; gluGetString
|
||||
_gluGetTessProperty@12 = gluGetTessProperty ; gluGetTessProperty
|
||||
_gluLoadSamplingMatrices@16 = gluLoadSamplingMatrices ; gluLoadSamplingMatrices
|
||||
_gluLookAt@72 = gluLookAt ; gluLookAt
|
||||
_gluNewNurbsRenderer@0 = gluNewNurbsRenderer ; gluNewNurbsRenderer
|
||||
_gluNewQuadric@0 = gluNewQuadric ; gluNewQuadric
|
||||
_gluNewTess@0 = gluNewTess ; gluNewTess
|
||||
_gluNextContour@8 = gluNextContour ; gluNextContour
|
||||
_gluNurbsCallback@12 = gluNurbsCallback ; gluNurbsCallback
|
||||
_gluNurbsCurve@28 = gluNurbsCurve ; gluNurbsCurve
|
||||
_gluNurbsProperty@12 = gluNurbsProperty ; gluNurbsProperty
|
||||
_gluNurbsSurface@44 = gluNurbsSurface ; gluNurbsSurface
|
||||
_gluOrtho2D@32 = gluOrtho2D ; gluOrtho2D
|
||||
_gluPartialDisk@44 = gluPartialDisk ; gluPartialDisk
|
||||
_gluPerspective@32 = gluPerspective ; gluPerspective
|
||||
_gluPickMatrix@36 = gluPickMatrix ; gluPickMatrix
|
||||
_gluProject@48 = gluProject ; gluProject
|
||||
_gluPwlCurve@20 = gluPwlCurve ; gluPwlCurve
|
||||
_gluQuadricCallback@12 = gluQuadricCallback ; gluQuadricCallback
|
||||
_gluQuadricDrawStyle@8 = gluQuadricDrawStyle ; gluQuadricDrawStyle
|
||||
_gluQuadricNormals@8 = gluQuadricNormals ; gluQuadricNormals
|
||||
_gluQuadricOrientation@8 = gluQuadricOrientation ; gluQuadricOrientation
|
||||
_gluQuadricTexture@8 = gluQuadricTexture ; gluQuadricTexture
|
||||
_gluScaleImage@36 = gluScaleImage ; gluScaleImage
|
||||
_gluSphere@20 = gluSphere ; gluSphere
|
||||
_gluTessBeginContour@4 = gluTessBeginContour ; gluTessBeginContour
|
||||
_gluTessBeginPolygon@8 = gluTessBeginPolygon ; gluTessBeginPolygon
|
||||
_gluTessCallback@12 = gluTessCallback ; gluTessCallback
|
||||
_gluTessEndContour@4 = gluTessEndContour ; gluTessEndContour
|
||||
_gluTessEndPolygon@4 = gluTessEndPolygon ; gluTessEndPolygon
|
||||
_gluTessNormal@28 = gluTessNormal ; gluTessNormal
|
||||
_gluTessProperty@16 = gluTessProperty ; gluTessProperty
|
||||
_gluTessVertex@12 = gluTessVertex ; gluTessVertex
|
||||
_gluUnProject@48 = gluUnProject ; gluUnProject
|
|
@ -1,160 +0,0 @@
|
|||
LIBRARY odbc32
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_ConnectDlg@16 = ConnectDlg
|
||||
_PostError@20 = PostError
|
||||
_PostODBCError@16 = PostODBCError
|
||||
_SQLAllocConnect@8 = SQLAllocConnect
|
||||
_SQLAllocEnv@4 = SQLAllocEnv
|
||||
_SQLAllocHandle@12 = SQLAllocHandle
|
||||
_SQLAllocHandleStd@12 = SQLAllocHandleStd
|
||||
_SQLAllocStmt@8 = SQLAllocStmt
|
||||
_SQLBindCol@24 = SQLBindCol
|
||||
_SQLBindParam@32 = SQLBindParam
|
||||
_SQLBindParameter@40 = SQLBindParameter
|
||||
_SQLBrowseConnect@24 = SQLBrowseConnect
|
||||
_SQLBrowseConnectA@24 = SQLBrowseConnectA
|
||||
_SQLBrowseConnectW@24 = SQLBrowseConnectW
|
||||
_SQLBulkOperations@8 = SQLBulkOperations
|
||||
_SQLCancel@4 = SQLCancel
|
||||
_SQLCancelHandle@8 = SQLCancelHandle
|
||||
_SQLCloseCursor@4 = SQLCloseCursor
|
||||
_SQLColAttribute@28 = SQLColAttribute
|
||||
_SQLColAttributeA@28 = SQLColAttributeA
|
||||
_SQLColAttributeW@28 = SQLColAttributeW
|
||||
_SQLColAttributes@28 = SQLColAttributes
|
||||
_SQLColAttributesA@28 = SQLColAttributesA
|
||||
_SQLColAttributesW@28 = SQLColAttributesW
|
||||
_SQLColumnPrivileges@36 = SQLColumnPrivileges
|
||||
_SQLColumnPrivilegesA@36 = SQLColumnPrivilegesA
|
||||
_SQLColumnPrivilegesW@36 = SQLColumnPrivilegesW
|
||||
_SQLColumns@36 = SQLColumns
|
||||
_SQLColumnsA@36 = SQLColumnsA
|
||||
_SQLColumnsW@36 = SQLColumnsW
|
||||
_SQLConnect@28 = SQLConnect
|
||||
_SQLConnectA@28 = SQLConnectA
|
||||
_SQLConnectW@28 = SQLConnectW
|
||||
_SQLCopyDesc@8 = SQLCopyDesc
|
||||
_SQLDataSources@32 = SQLDataSources
|
||||
_SQLDataSourcesA@32 = SQLDataSourcesA
|
||||
_SQLDataSourcesW@32 = SQLDataSourcesW
|
||||
_SQLDescribeCol@36 = SQLDescribeCol
|
||||
_SQLDescribeColA@36 = SQLDescribeColA
|
||||
_SQLDescribeColW@36 = SQLDescribeColW
|
||||
_SQLDescribeParam@24 = SQLDescribeParam
|
||||
_SQLDisconnect@4 = SQLDisconnect
|
||||
_SQLDriverConnect@32 = SQLDriverConnect
|
||||
_SQLDriverConnectA@32 = SQLDriverConnectA
|
||||
_SQLDriverConnectW@32 = SQLDriverConnectW
|
||||
_SQLDrivers@32 = SQLDrivers
|
||||
_SQLDriversA@32 = SQLDriversA
|
||||
_SQLDriversW@32 = SQLDriversW
|
||||
_SQLEndTran@12 = SQLEndTran
|
||||
_SQLError@32 = SQLError
|
||||
_SQLErrorA@32 = SQLErrorA
|
||||
_SQLErrorW@32 = SQLErrorW
|
||||
_SQLExecDirect@12 = SQLExecDirect
|
||||
_SQLExecDirectA@12 = SQLExecDirectA
|
||||
_SQLExecDirectW@12 = SQLExecDirectW
|
||||
_SQLExecute@4 = SQLExecute
|
||||
_SQLExtendedFetch@20 = SQLExtendedFetch
|
||||
_SQLFetch@4 = SQLFetch
|
||||
_SQLFetchScroll@12 = SQLFetchScroll
|
||||
_SQLForeignKeys@52 = SQLForeignKeys
|
||||
_SQLForeignKeysA@52 = SQLForeignKeysA
|
||||
_SQLForeignKeysW@52 = SQLForeignKeysW
|
||||
_SQLFreeConnect@4 = SQLFreeConnect
|
||||
_SQLFreeEnv@4 = SQLFreeEnv
|
||||
_SQLFreeHandle@8 = SQLFreeHandle
|
||||
_SQLFreeStmt@8 = SQLFreeStmt
|
||||
_SQLGetConnectAttr@20 = SQLGetConnectAttr
|
||||
_SQLGetConnectAttrA@20 = SQLGetConnectAttrA
|
||||
_SQLGetConnectAttrW@20 = SQLGetConnectAttrW
|
||||
_SQLGetConnectOption@12 = SQLGetConnectOption
|
||||
_SQLGetConnectOptionA@12 = SQLGetConnectOptionA
|
||||
_SQLGetConnectOptionW@12 = SQLGetConnectOptionW
|
||||
_SQLGetCursorName@16 = SQLGetCursorName
|
||||
_SQLGetCursorNameA@16 = SQLGetCursorNameA
|
||||
_SQLGetCursorNameW@16 = SQLGetCursorNameW
|
||||
_SQLGetData@24 = SQLGetData
|
||||
_SQLGetDescField@24 = SQLGetDescField
|
||||
_SQLGetDescFieldA@24 = SQLGetDescFieldA
|
||||
_SQLGetDescFieldW@24 = SQLGetDescFieldW
|
||||
_SQLGetDescRec@44 = SQLGetDescRec
|
||||
_SQLGetDescRecA@44 = SQLGetDescRecA
|
||||
_SQLGetDescRecW@44 = SQLGetDescRecW
|
||||
_SQLGetDiagField@28 = SQLGetDiagField
|
||||
_SQLGetDiagFieldA@28 = SQLGetDiagFieldA
|
||||
_SQLGetDiagFieldW@28 = SQLGetDiagFieldW
|
||||
_SQLGetDiagRec@32 = SQLGetDiagRec
|
||||
_SQLGetDiagRecA@32 = SQLGetDiagRecA
|
||||
_SQLGetDiagRecW@32 = SQLGetDiagRecW
|
||||
_SQLGetEnvAttr@20 = SQLGetEnvAttr
|
||||
_SQLGetFunctions@12 = SQLGetFunctions
|
||||
_SQLGetInfo@20 = SQLGetInfo
|
||||
_SQLGetInfoA@20 = SQLGetInfoA
|
||||
_SQLGetInfoW@20 = SQLGetInfoW
|
||||
_SQLGetStmtAttr@20 = SQLGetStmtAttr
|
||||
_SQLGetStmtAttrA@20 = SQLGetStmtAttrA
|
||||
_SQLGetStmtAttrW@20 = SQLGetStmtAttrW
|
||||
_SQLGetStmtOption@12 = SQLGetStmtOption
|
||||
_SQLGetTypeInfo@8 = SQLGetTypeInfo
|
||||
_SQLGetTypeInfoA@8 = SQLGetTypeInfoA
|
||||
_SQLGetTypeInfoW@8 = SQLGetTypeInfoW
|
||||
_SQLMoreResults@4 = SQLMoreResults
|
||||
_SQLNativeSql@24 = SQLNativeSql
|
||||
_SQLNativeSqlA@24 = SQLNativeSqlA
|
||||
_SQLNativeSqlW@24 = SQLNativeSqlW
|
||||
_SQLNumParams@8 = SQLNumParams
|
||||
_SQLNumResultCols@8 = SQLNumResultCols
|
||||
_SQLParamData@8 = SQLParamData
|
||||
_SQLParamOptions@12 = SQLParamOptions
|
||||
_SQLPrepare@12 = SQLPrepare
|
||||
_SQLPrepareA@12 = SQLPrepareA
|
||||
_SQLPrepareW@12 = SQLPrepareW
|
||||
_SQLPrimaryKeys@28 = SQLPrimaryKeys
|
||||
_SQLPrimaryKeysA@28 = SQLPrimaryKeysA
|
||||
_SQLPrimaryKeysW@28 = SQLPrimaryKeysW
|
||||
_SQLProcedureColumns@36 = SQLProcedureColumns
|
||||
_SQLProcedureColumnsA@36 = SQLProcedureColumnsA
|
||||
_SQLProcedureColumnsW@36 = SQLProcedureColumnsW
|
||||
_SQLProcedures@28 = SQLProcedures
|
||||
_SQLProceduresA@28 = SQLProceduresA
|
||||
_SQLProceduresW@28 = SQLProceduresW
|
||||
_SQLPutData@12 = SQLPutData
|
||||
_SQLRowCount@8 = SQLRowCount
|
||||
_SQLSetConnectAttr@16 = SQLSetConnectAttr
|
||||
_SQLSetConnectAttrA@16 = SQLSetConnectAttrA
|
||||
_SQLSetConnectAttrW@16 = SQLSetConnectAttrW
|
||||
_SQLSetConnectOption@12 = SQLSetConnectOption
|
||||
_SQLSetConnectOptionA@12 = SQLSetConnectOptionA
|
||||
_SQLSetConnectOptionW@12 = SQLSetConnectOptionW
|
||||
_SQLSetCursorName@12 = SQLSetCursorName
|
||||
_SQLSetCursorNameA@12 = SQLSetCursorNameA
|
||||
_SQLSetCursorNameW@12 = SQLSetCursorNameW
|
||||
_SQLSetDescField@20 = SQLSetDescField
|
||||
_SQLSetDescFieldA@20 = SQLSetDescFieldA
|
||||
_SQLSetDescFieldW@20 = SQLSetDescFieldW
|
||||
_SQLSetDescRec@40 = SQLSetDescRec
|
||||
_SQLSetEnvAttr@16 = SQLSetEnvAttr
|
||||
_SQLSetParam@32 = SQLSetParam
|
||||
_SQLSetPos@16 = SQLSetPos
|
||||
_SQLSetScrollOptions@16 = SQLSetScrollOptions
|
||||
_SQLSetStmtAttr@16 = SQLSetStmtAttr
|
||||
_SQLSetStmtAttrA@16 = SQLSetStmtAttrA
|
||||
_SQLSetStmtAttrW@16 = SQLSetStmtAttrW
|
||||
_SQLSetStmtOption@12 = SQLSetStmtOption
|
||||
_SQLSpecialColumns@40 = SQLSpecialColumns
|
||||
_SQLSpecialColumnsA@40 = SQLSpecialColumnsA
|
||||
_SQLSpecialColumnsW@40 = SQLSpecialColumnsW
|
||||
_SQLStatistics@36 = SQLStatistics
|
||||
_SQLStatisticsA@36 = SQLStatisticsA
|
||||
_SQLStatisticsW@36 = SQLStatisticsW
|
||||
_SQLTablePrivileges@28 = SQLTablePrivileges
|
||||
_SQLTablePrivilegesA@28 = SQLTablePrivilegesA
|
||||
_SQLTablePrivilegesW@28 = SQLTablePrivilegesW
|
||||
_SQLTables@36 = SQLTables
|
||||
_SQLTablesA@36 = SQLTablesA
|
||||
_SQLTablesW@36 = SQLTablesW
|
||||
_SQLTransact@12 = SQLTransact
|
|
@ -1,372 +0,0 @@
|
|||
LIBRARY OPENGL32
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
; _GlmfBeginGlsBlock@4 = GlmfBeginGlsBlock GlmfBeginGlsBlock
|
||||
; _GlmfCloseMetaFile@4 = GlmfCloseMetaFile GlmfCloseMetaFile
|
||||
; _GlmfEndGlsBlock@4 = GlmfEndGlsBlock GlmfEndGlsBlock
|
||||
; _GlmfEndPlayback@4 = GlmfEndPlayback GlmfEndPlayback
|
||||
; _GlmfInitPlayback@12 = GlmfInitPlayback GlmfInitPlayback
|
||||
; _GlmfPlayGlsRecord@16 = GlmfPlayGlsRecord GlmfPlayGlsRecord
|
||||
_glAccum@8 = glAccum ; glAccum
|
||||
_glAlphaFunc@8 = glAlphaFunc ; glAlphaFunc
|
||||
_glAreTexturesResident@12 = glAreTexturesResident ; glAreTexturesResident
|
||||
_glArrayElement@4 = glArrayElement ; glArrayElement
|
||||
_glBegin@4 = glBegin ; glBegin
|
||||
_glBindTexture@8 = glBindTexture ; glBindTexture
|
||||
_glBitmap@28 = glBitmap ; glBitmap
|
||||
_glBlendFunc@8 = glBlendFunc ; glBlendFunc
|
||||
_glCallList@4 = glCallList ; glCallList
|
||||
_glCallLists@12 = glCallLists ; glCallLists
|
||||
_glClear@4 = glClear ; glClear
|
||||
_glClearAccum@16 = glClearAccum ; glClearAccum
|
||||
_glClearColor@16 = glClearColor ; glClearColor
|
||||
_glClearDepth@8 = glClearDepth ; glClearDepth
|
||||
_glClearIndex@4 = glClearIndex ; glClearIndex
|
||||
_glClearStencil@4 = glClearStencil ; glClearStencil
|
||||
_glClipPlane@8 = glClipPlane ; glClipPlane
|
||||
_glColor3b@12 = glColor3b ; glColor3b
|
||||
_glColor3bv@4 = glColor3bv ; glColor3bv
|
||||
_glColor3d@24 = glColor3d ; glColor3d
|
||||
_glColor3dv@4 = glColor3dv ; glColor3dv
|
||||
_glColor3f@12 = glColor3f ; glColor3f
|
||||
_glColor3fv@4 = glColor3fv ; glColor3fv
|
||||
_glColor3i@12 = glColor3i ; glColor3i
|
||||
_glColor3iv@4 = glColor3iv ; glColor3iv
|
||||
_glColor3s@12 = glColor3s ; glColor3s
|
||||
_glColor3sv@4 = glColor3sv ; glColor3sv
|
||||
_glColor3ub@12 = glColor3ub ; glColor3ub
|
||||
_glColor3ubv@4 = glColor3ubv ; glColor3ubv
|
||||
_glColor3ui@12 = glColor3ui ; glColor3ui
|
||||
_glColor3uiv@4 = glColor3uiv ; glColor3uiv
|
||||
_glColor3us@12 = glColor3us ; glColor3us
|
||||
_glColor3usv@4 = glColor3usv ; glColor3usv
|
||||
_glColor4b@16 = glColor4b ; glColor4b
|
||||
_glColor4bv@4 = glColor4bv ; glColor4bv
|
||||
_glColor4d@32 = glColor4d ; glColor4d
|
||||
_glColor4dv@4 = glColor4dv ; glColor4dv
|
||||
_glColor4f@16 = glColor4f ; glColor4f
|
||||
_glColor4fv@4 = glColor4fv ; glColor4fv
|
||||
_glColor4i@16 = glColor4i ; glColor4i
|
||||
_glColor4iv@4 = glColor4iv ; glColor4iv
|
||||
_glColor4s@16 = glColor4s ; glColor4s
|
||||
_glColor4sv@4 = glColor4sv ; glColor4sv
|
||||
_glColor4ub@16 = glColor4ub ; glColor4ub
|
||||
_glColor4ubv@4 = glColor4ubv ; glColor4ubv
|
||||
_glColor4ui@16 = glColor4ui ; glColor4ui
|
||||
_glColor4uiv@4 = glColor4uiv ; glColor4uiv
|
||||
_glColor4us@16 = glColor4us ; glColor4us
|
||||
_glColor4usv@4 = glColor4usv ; glColor4usv
|
||||
_glColorMask@16 = glColorMask ; glColorMask
|
||||
_glColorMaterial@8 = glColorMaterial ; glColorMaterial
|
||||
_glColorPointer@16 = glColorPointer ; glColorPointer
|
||||
_glCopyPixels@20 = glCopyPixels ; glCopyPixels
|
||||
_glCopyTexImage1D@28 = glCopyTexImage1D ; glCopyTexImage1D
|
||||
_glCopyTexImage2D@32 = glCopyTexImage2D ; glCopyTexImage2D
|
||||
_glCopyTexSubImage1D@24 = glCopyTexSubImage1D ; glCopyTexSubImage1D
|
||||
_glCopyTexSubImage2D@32 = glCopyTexSubImage2D ; glCopyTexSubImage2D
|
||||
_glCullFace@4 = glCullFace ; glCullFace
|
||||
_glDebugEntry@8 = glDebugEntry ; glDebugEntry
|
||||
_glDeleteLists@8 = glDeleteLists ; glDeleteLists
|
||||
_glDeleteTextures@8 = glDeleteTextures ; glDeleteTextures
|
||||
_glDepthFunc@4 = glDepthFunc ; glDepthFunc
|
||||
_glDepthMask@4 = glDepthMask ; glDepthMask
|
||||
_glDepthRange@16 = glDepthRange ; glDepthRange
|
||||
_glDisable@4 = glDisable ; glDisable
|
||||
_glDisableClientState@4 = glDisableClientState ; glDisableClientState
|
||||
_glDrawArrays@12 = glDrawArrays ; glDrawArrays
|
||||
_glDrawBuffer@4 = glDrawBuffer ; glDrawBuffer
|
||||
_glDrawElements@16 = glDrawElements ; glDrawElements
|
||||
_glDrawPixels@20 = glDrawPixels ; glDrawPixels
|
||||
_glEdgeFlag@4 = glEdgeFlag ; glEdgeFlag
|
||||
_glEdgeFlagPointer@8 = glEdgeFlagPointer ; glEdgeFlagPointer
|
||||
_glEdgeFlagv@4 = glEdgeFlagv ; glEdgeFlagv
|
||||
_glEnable@4 = glEnable ; glEnable
|
||||
_glEnableClientState@4 = glEnableClientState ; glEnableClientState
|
||||
_glEnd@0 = glEnd ; glEnd
|
||||
_glEndList@0 = glEndList ; glEndList
|
||||
_glEvalCoord1d@8 = glEvalCoord1d ; glEvalCoord1d
|
||||
_glEvalCoord1dv@4 = glEvalCoord1dv ; glEvalCoord1dv
|
||||
_glEvalCoord1f@4 = glEvalCoord1f ; glEvalCoord1f
|
||||
_glEvalCoord1fv@4 = glEvalCoord1fv ; glEvalCoord1fv
|
||||
_glEvalCoord2d@16 = glEvalCoord2d ; glEvalCoord2d
|
||||
_glEvalCoord2dv@4 = glEvalCoord2dv ; glEvalCoord2dv
|
||||
_glEvalCoord2f@8 = glEvalCoord2f ; glEvalCoord2f
|
||||
_glEvalCoord2fv@4 = glEvalCoord2fv ; glEvalCoord2fv
|
||||
_glEvalMesh1@12 = glEvalMesh1 ; glEvalMesh1
|
||||
_glEvalMesh2@20 = glEvalMesh2 ; glEvalMesh2
|
||||
_glEvalPoint1@4 = glEvalPoint1 ; glEvalPoint1
|
||||
_glEvalPoint2@8 = glEvalPoint2 ; glEvalPoint2
|
||||
_glFeedbackBuffer@12 = glFeedbackBuffer ; glFeedbackBuffer
|
||||
_glFinish@0 = glFinish ; glFinish
|
||||
_glFlush@0 = glFlush ; glFlush
|
||||
_glFogf@8 = glFogf ; glFogf
|
||||
_glFogfv@8 = glFogfv ; glFogfv
|
||||
_glFogi@8 = glFogi ; glFogi
|
||||
_glFogiv@8 = glFogiv ; glFogiv
|
||||
_glFrontFace@4 = glFrontFace ; glFrontFace
|
||||
_glFrustum@48 = glFrustum ; glFrustum
|
||||
_glGenLists@4 = glGenLists ; glGenLists
|
||||
_glGenTextures@8 = glGenTextures ; glGenTextures
|
||||
_glGetBooleanv@8 = glGetBooleanv ; glGetBooleanv
|
||||
_glGetClipPlane@8 = glGetClipPlane ; glGetClipPlane
|
||||
_glGetDoublev@8 = glGetDoublev ; glGetDoublev
|
||||
_glGetError@0 = glGetError ; glGetError
|
||||
_glGetFloatv@8 = glGetFloatv ; glGetFloatv
|
||||
_glGetIntegerv@8 = glGetIntegerv ; glGetIntegerv
|
||||
_glGetLightfv@12 = glGetLightfv ; glGetLightfv
|
||||
_glGetLightiv@12 = glGetLightiv ; glGetLightiv
|
||||
_glGetMapdv@12 = glGetMapdv ; glGetMapdv
|
||||
_glGetMapfv@12 = glGetMapfv ; glGetMapfv
|
||||
_glGetMapiv@12 = glGetMapiv ; glGetMapiv
|
||||
_glGetMaterialfv@12 = glGetMaterialfv ; glGetMaterialfv
|
||||
_glGetMaterialiv@12 = glGetMaterialiv ; glGetMaterialiv
|
||||
_glGetPixelMapfv@8 = glGetPixelMapfv ; glGetPixelMapfv
|
||||
_glGetPixelMapuiv@8 = glGetPixelMapuiv ; glGetPixelMapuiv
|
||||
_glGetPixelMapusv@8 = glGetPixelMapusv ; glGetPixelMapusv
|
||||
_glGetPointerv@8 = glGetPointerv ; glGetPointerv
|
||||
_glGetPolygonStipple@4 = glGetPolygonStipple ; glGetPolygonStipple
|
||||
_glGetString@4 = glGetString ; glGetString
|
||||
_glGetTexEnvfv@12 = glGetTexEnvfv ; glGetTexEnvfv
|
||||
_glGetTexEnviv@12 = glGetTexEnviv ; glGetTexEnviv
|
||||
_glGetTexGendv@12 = glGetTexGendv ; glGetTexGendv
|
||||
_glGetTexGenfv@12 = glGetTexGenfv ; glGetTexGenfv
|
||||
_glGetTexGeniv@12 = glGetTexGeniv ; glGetTexGeniv
|
||||
_glGetTexImage@20 = glGetTexImage ; glGetTexImage
|
||||
_glGetTexLevelParameterfv@16 = glGetTexLevelParameterfv ; glGetTexLevelParameterfv
|
||||
_glGetTexLevelParameteriv@16 = glGetTexLevelParameteriv ; glGetTexLevelParameteriv
|
||||
_glGetTexParameterfv@12 = glGetTexParameterfv ; glGetTexParameterfv
|
||||
_glGetTexParameteriv@12 = glGetTexParameteriv ; glGetTexParameteriv
|
||||
_glHint@8 = glHint ; glHint
|
||||
_glIndexMask@4 = glIndexMask ; glIndexMask
|
||||
_glIndexPointer@12 = glIndexPointer ; glIndexPointer
|
||||
_glIndexd@8 = glIndexd ; glIndexd
|
||||
_glIndexdv@4 = glIndexdv ; glIndexdv
|
||||
_glIndexf@4 = glIndexf ; glIndexf
|
||||
_glIndexfv@4 = glIndexfv ; glIndexfv
|
||||
_glIndexi@4 = glIndexi ; glIndexi
|
||||
_glIndexiv@4 = glIndexiv ; glIndexiv
|
||||
_glIndexs@4 = glIndexs ; glIndexs
|
||||
_glIndexsv@4 = glIndexsv ; glIndexsv
|
||||
_glIndexub@4 = glIndexub ; glIndexub
|
||||
_glIndexubv@4 = glIndexubv ; glIndexubv
|
||||
_glInitNames@0 = glInitNames ; glInitNames
|
||||
_glInterleavedArrays@12 = glInterleavedArrays ; glInterleavedArrays
|
||||
_glIsEnabled@4 = glIsEnabled ; glIsEnabled
|
||||
_glIsList@4 = glIsList ; glIsList
|
||||
_glIsTexture@4 = glIsTexture ; glIsTexture
|
||||
_glLightModelf@8 = glLightModelf ; glLightModelf
|
||||
_glLightModelfv@8 = glLightModelfv ; glLightModelfv
|
||||
_glLightModeli@8 = glLightModeli ; glLightModeli
|
||||
_glLightModeliv@8 = glLightModeliv ; glLightModeliv
|
||||
_glLightf@12 = glLightf ; glLightf
|
||||
_glLightfv@12 = glLightfv ; glLightfv
|
||||
_glLighti@12 = glLighti ; glLighti
|
||||
_glLightiv@12 = glLightiv ; glLightiv
|
||||
_glLineStipple@8 = glLineStipple ; glLineStipple
|
||||
_glLineWidth@4 = glLineWidth ; glLineWidth
|
||||
_glListBase@4 = glListBase ; glListBase
|
||||
_glLoadIdentity@0 = glLoadIdentity ; glLoadIdentity
|
||||
_glLoadMatrixd@4 = glLoadMatrixd ; glLoadMatrixd
|
||||
_glLoadMatrixf@4 = glLoadMatrixf ; glLoadMatrixf
|
||||
_glLoadName@4 = glLoadName ; glLoadName
|
||||
_glLogicOp@4 = glLogicOp ; glLogicOp
|
||||
_glMap1d@32 = glMap1d ; glMap1d
|
||||
_glMap1f@24 = glMap1f ; glMap1f
|
||||
_glMap2d@56 = glMap2d ; glMap2d
|
||||
_glMap2f@40 = glMap2f ; glMap2f
|
||||
_glMapGrid1d@20 = glMapGrid1d ; glMapGrid1d
|
||||
_glMapGrid1f@12 = glMapGrid1f ; glMapGrid1f
|
||||
_glMapGrid2d@40 = glMapGrid2d ; glMapGrid2d
|
||||
_glMapGrid2f@24 = glMapGrid2f ; glMapGrid2f
|
||||
_glMaterialf@12 = glMaterialf ; glMaterialf
|
||||
_glMaterialfv@12 = glMaterialfv ; glMaterialfv
|
||||
_glMateriali@12 = glMateriali ; glMateriali
|
||||
_glMaterialiv@12 = glMaterialiv ; glMaterialiv
|
||||
_glMatrixMode@4 = glMatrixMode ; glMatrixMode
|
||||
_glMultMatrixd@4 = glMultMatrixd ; glMultMatrixd
|
||||
_glMultMatrixf@4 = glMultMatrixf ; glMultMatrixf
|
||||
_glNewList@8 = glNewList ; glNewList
|
||||
_glNormal3b@12 = glNormal3b ; glNormal3b
|
||||
_glNormal3bv@4 = glNormal3bv ; glNormal3bv
|
||||
_glNormal3d@24 = glNormal3d ; glNormal3d
|
||||
_glNormal3dv@4 = glNormal3dv ; glNormal3dv
|
||||
_glNormal3f@12 = glNormal3f ; glNormal3f
|
||||
_glNormal3fv@4 = glNormal3fv ; glNormal3fv
|
||||
_glNormal3i@12 = glNormal3i ; glNormal3i
|
||||
_glNormal3iv@4 = glNormal3iv ; glNormal3iv
|
||||
_glNormal3s@12 = glNormal3s ; glNormal3s
|
||||
_glNormal3sv@4 = glNormal3sv ; glNormal3sv
|
||||
_glNormalPointer@12 = glNormalPointer ; glNormalPointer
|
||||
_glOrtho@48 = glOrtho ; glOrtho
|
||||
_glPassThrough@4 = glPassThrough ; glPassThrough
|
||||
_glPixelMapfv@12 = glPixelMapfv ; glPixelMapfv
|
||||
_glPixelMapuiv@12 = glPixelMapuiv ; glPixelMapuiv
|
||||
_glPixelMapusv@12 = glPixelMapusv ; glPixelMapusv
|
||||
_glPixelStoref@8 = glPixelStoref ; glPixelStoref
|
||||
_glPixelStorei@8 = glPixelStorei ; glPixelStorei
|
||||
_glPixelTransferf@8 = glPixelTransferf ; glPixelTransferf
|
||||
_glPixelTransferi@8 = glPixelTransferi ; glPixelTransferi
|
||||
_glPixelZoom@8 = glPixelZoom ; glPixelZoom
|
||||
_glPointSize@4 = glPointSize ; glPointSize
|
||||
_glPolygonMode@8 = glPolygonMode ; glPolygonMode
|
||||
_glPolygonOffset@8 = glPolygonOffset ; glPolygonOffset
|
||||
_glPolygonStipple@4 = glPolygonStipple ; glPolygonStipple
|
||||
_glPopAttrib@0 = glPopAttrib ; glPopAttrib
|
||||
_glPopClientAttrib@0 = glPopClientAttrib ; glPopClientAttrib
|
||||
_glPopMatrix@0 = glPopMatrix ; glPopMatrix
|
||||
_glPopName@0 = glPopName ; glPopName
|
||||
_glPrioritizeTextures@12 = glPrioritizeTextures ; glPrioritizeTextures
|
||||
_glPushAttrib@4 = glPushAttrib ; glPushAttrib
|
||||
_glPushClientAttrib@4 = glPushClientAttrib ; glPushClientAttrib
|
||||
_glPushMatrix@0 = glPushMatrix ; glPushMatrix
|
||||
_glPushName@4 = glPushName ; glPushName
|
||||
_glRasterPos2d@16 = glRasterPos2d ; glRasterPos2d
|
||||
_glRasterPos2dv@4 = glRasterPos2dv ; glRasterPos2dv
|
||||
_glRasterPos2f@8 = glRasterPos2f ; glRasterPos2f
|
||||
_glRasterPos2fv@4 = glRasterPos2fv ; glRasterPos2fv
|
||||
_glRasterPos2i@8 = glRasterPos2i ; glRasterPos2i
|
||||
_glRasterPos2iv@4 = glRasterPos2iv ; glRasterPos2iv
|
||||
_glRasterPos2s@8 = glRasterPos2s ; glRasterPos2s
|
||||
_glRasterPos2sv@4 = glRasterPos2sv ; glRasterPos2sv
|
||||
_glRasterPos3d@24 = glRasterPos3d ; glRasterPos3d
|
||||
_glRasterPos3dv@4 = glRasterPos3dv ; glRasterPos3dv
|
||||
_glRasterPos3f@12 = glRasterPos3f ; glRasterPos3f
|
||||
_glRasterPos3fv@4 = glRasterPos3fv ; glRasterPos3fv
|
||||
_glRasterPos3i@12 = glRasterPos3i ; glRasterPos3i
|
||||
_glRasterPos3iv@4 = glRasterPos3iv ; glRasterPos3iv
|
||||
_glRasterPos3s@12 = glRasterPos3s ; glRasterPos3s
|
||||
_glRasterPos3sv@4 = glRasterPos3sv ; glRasterPos3sv
|
||||
_glRasterPos4d@32 = glRasterPos4d ; glRasterPos4d
|
||||
_glRasterPos4dv@4 = glRasterPos4dv ; glRasterPos4dv
|
||||
_glRasterPos4f@16 = glRasterPos4f ; glRasterPos4f
|
||||
_glRasterPos4fv@4 = glRasterPos4fv ; glRasterPos4fv
|
||||
_glRasterPos4i@16 = glRasterPos4i ; glRasterPos4i
|
||||
_glRasterPos4iv@4 = glRasterPos4iv ; glRasterPos4iv
|
||||
_glRasterPos4s@16 = glRasterPos4s ; glRasterPos4s
|
||||
_glRasterPos4sv@4 = glRasterPos4sv ; glRasterPos4sv
|
||||
_glReadBuffer@4 = glReadBuffer ; glReadBuffer
|
||||
_glReadPixels@28 = glReadPixels ; glReadPixels
|
||||
_glRectd@32 = glRectd ; glRectd
|
||||
_glRectdv@8 = glRectdv ; glRectdv
|
||||
_glRectf@16 = glRectf ; glRectf
|
||||
_glRectfv@8 = glRectfv ; glRectfv
|
||||
_glRecti@16 = glRecti ; glRecti
|
||||
_glRectiv@8 = glRectiv ; glRectiv
|
||||
_glRects@16 = glRects ; glRects
|
||||
_glRectsv@8 = glRectsv ; glRectsv
|
||||
_glRenderMode@4 = glRenderMode ; glRenderMode
|
||||
_glRotated@32 = glRotated ; glRotated
|
||||
_glRotatef@16 = glRotatef ; glRotatef
|
||||
_glScaled@24 = glScaled ; glScaled
|
||||
_glScalef@12 = glScalef ; glScalef
|
||||
_glScissor@16 = glScissor ; glScissor
|
||||
_glSelectBuffer@8 = glSelectBuffer ; glSelectBuffer
|
||||
_glShadeModel@4 = glShadeModel ; glShadeModel
|
||||
_glStencilFunc@12 = glStencilFunc ; glStencilFunc
|
||||
_glStencilMask@4 = glStencilMask ; glStencilMask
|
||||
_glStencilOp@12 = glStencilOp ; glStencilOp
|
||||
_glTexCoord1d@8 = glTexCoord1d ; glTexCoord1d
|
||||
_glTexCoord1dv@4 = glTexCoord1dv ; glTexCoord1dv
|
||||
_glTexCoord1f@4 = glTexCoord1f ; glTexCoord1f
|
||||
_glTexCoord1fv@4 = glTexCoord1fv ; glTexCoord1fv
|
||||
_glTexCoord1i@4 = glTexCoord1i ; glTexCoord1i
|
||||
_glTexCoord1iv@4 = glTexCoord1iv ; glTexCoord1iv
|
||||
_glTexCoord1s@4 = glTexCoord1s ; glTexCoord1s
|
||||
_glTexCoord1sv@4 = glTexCoord1sv ; glTexCoord1sv
|
||||
_glTexCoord2d@16 = glTexCoord2d ; glTexCoord2d
|
||||
_glTexCoord2dv@4 = glTexCoord2dv ; glTexCoord2dv
|
||||
_glTexCoord2f@8 = glTexCoord2f ; glTexCoord2f
|
||||
_glTexCoord2fv@4 = glTexCoord2fv ; glTexCoord2fv
|
||||
_glTexCoord2i@8 = glTexCoord2i ; glTexCoord2i
|
||||
_glTexCoord2iv@4 = glTexCoord2iv ; glTexCoord2iv
|
||||
_glTexCoord2s@8 = glTexCoord2s ; glTexCoord2s
|
||||
_glTexCoord2sv@4 = glTexCoord2sv ; glTexCoord2sv
|
||||
_glTexCoord3d@24 = glTexCoord3d ; glTexCoord3d
|
||||
_glTexCoord3dv@4 = glTexCoord3dv ; glTexCoord3dv
|
||||
_glTexCoord3f@12 = glTexCoord3f ; glTexCoord3f
|
||||
_glTexCoord3fv@4 = glTexCoord3fv ; glTexCoord3fv
|
||||
_glTexCoord3i@12 = glTexCoord3i ; glTexCoord3i
|
||||
_glTexCoord3iv@4 = glTexCoord3iv ; glTexCoord3iv
|
||||
_glTexCoord3s@12 = glTexCoord3s ; glTexCoord3s
|
||||
_glTexCoord3sv@4 = glTexCoord3sv ; glTexCoord3sv
|
||||
_glTexCoord4d@32 = glTexCoord4d ; glTexCoord4d
|
||||
_glTexCoord4dv@4 = glTexCoord4dv ; glTexCoord4dv
|
||||
_glTexCoord4f@16 = glTexCoord4f ; glTexCoord4f
|
||||
_glTexCoord4fv@4 = glTexCoord4fv ; glTexCoord4fv
|
||||
_glTexCoord4i@16 = glTexCoord4i ; glTexCoord4i
|
||||
_glTexCoord4iv@4 = glTexCoord4iv ; glTexCoord4iv
|
||||
_glTexCoord4s@16 = glTexCoord4s ; glTexCoord4s
|
||||
_glTexCoord4sv@4 = glTexCoord4sv ; glTexCoord4sv
|
||||
_glTexCoordPointer@16 = glTexCoordPointer ; glTexCoordPointer
|
||||
_glTexEnvf@12 = glTexEnvf ; glTexEnvf
|
||||
_glTexEnvfv@12 = glTexEnvfv ; glTexEnvfv
|
||||
_glTexEnvi@12 = glTexEnvi ; glTexEnvi
|
||||
_glTexEnviv@12 = glTexEnviv ; glTexEnviv
|
||||
_glTexGend@16 = glTexGend ; glTexGend
|
||||
_glTexGendv@12 = glTexGendv ; glTexGendv
|
||||
_glTexGenf@12 = glTexGenf ; glTexGenf
|
||||
_glTexGenfv@12 = glTexGenfv ; glTexGenfv
|
||||
_glTexGeni@12 = glTexGeni ; glTexGeni
|
||||
_glTexGeniv@12 = glTexGeniv ; glTexGeniv
|
||||
_glTexImage1D@32 = glTexImage1D ; glTexImage1D
|
||||
_glTexImage2D@36 = glTexImage2D ; glTexImage2D
|
||||
_glTexParameterf@12 = glTexParameterf ; glTexParameterf
|
||||
_glTexParameterfv@12 = glTexParameterfv ; glTexParameterfv
|
||||
_glTexParameteri@12 = glTexParameteri ; glTexParameteri
|
||||
_glTexParameteriv@12 = glTexParameteriv ; glTexParameteriv
|
||||
_glTexSubImage1D@28 = glTexSubImage1D ; glTexSubImage1D
|
||||
_glTexSubImage2D@36 = glTexSubImage2D ; glTexSubImage2D
|
||||
_glTranslated@24 = glTranslated ; glTranslated
|
||||
_glTranslatef@12 = glTranslatef ; glTranslatef
|
||||
_glVertex2d@16 = glVertex2d ; glVertex2d
|
||||
_glVertex2dv@4 = glVertex2dv ; glVertex2dv
|
||||
_glVertex2f@8 = glVertex2f ; glVertex2f
|
||||
_glVertex2fv@4 = glVertex2fv ; glVertex2fv
|
||||
_glVertex2i@8 = glVertex2i ; glVertex2i
|
||||
_glVertex2iv@4 = glVertex2iv ; glVertex2iv
|
||||
_glVertex2s@8 = glVertex2s ; glVertex2s
|
||||
_glVertex2sv@4 = glVertex2sv ; glVertex2sv
|
||||
_glVertex3d@24 = glVertex3d ; glVertex3d
|
||||
_glVertex3dv@4 = glVertex3dv ; glVertex3dv
|
||||
_glVertex3f@12 = glVertex3f ; glVertex3f
|
||||
_glVertex3fv@4 = glVertex3fv ; glVertex3fv
|
||||
_glVertex3i@12 = glVertex3i ; glVertex3i
|
||||
_glVertex3iv@4 = glVertex3iv ; glVertex3iv
|
||||
_glVertex3s@12 = glVertex3s ; glVertex3s
|
||||
_glVertex3sv@4 = glVertex3sv ; glVertex3sv
|
||||
_glVertex4d@32 = glVertex4d ; glVertex4d
|
||||
_glVertex4dv@4 = glVertex4dv ; glVertex4dv
|
||||
_glVertex4f@16 = glVertex4f ; glVertex4f
|
||||
_glVertex4fv@4 = glVertex4fv ; glVertex4fv
|
||||
_glVertex4i@16 = glVertex4i ; glVertex4i
|
||||
_glVertex4iv@4 = glVertex4iv ; glVertex4iv
|
||||
_glVertex4s@16 = glVertex4s ; glVertex4s
|
||||
_glVertex4sv@4 = glVertex4sv ; glVertex4sv
|
||||
_glVertexPointer@16 = glVertexPointer ; glVertexPointer
|
||||
_glViewport@16 = glViewport ; glViewport
|
||||
_wglChoosePixelFormat@8 = wglChoosePixelFormat ; wglChoosePixelFormat
|
||||
_wglCopyContext@12 = wglCopyContext ; wglCopyContext
|
||||
_wglCreateContext@4 = wglCreateContext ; wglCreateContext
|
||||
_wglCreateLayerContext@8 = wglCreateLayerContext ; wglCreateLayerContext
|
||||
_wglDeleteContext@4 = wglDeleteContext ; wglDeleteContext
|
||||
_wglDescribeLayerPlane@20 = wglDescribeLayerPlane ; wglDescribeLayerPlane
|
||||
_wglDescribePixelFormat@16 = wglDescribePixelFormat ; wglDescribePixelFormat
|
||||
_wglGetCurrentContext@0 = wglGetCurrentContext ; wglGetCurrentContext
|
||||
_wglGetCurrentDC@0 = wglGetCurrentDC ; wglGetCurrentDC
|
||||
_wglGetDefaultProcAddress@4 = wglGetDefaultProcAddress ; wglGetDefaultProcAddress
|
||||
_wglGetLayerPaletteEntries@20 = wglGetLayerPaletteEntries ; wglGetLayerPaletteEntries
|
||||
_wglGetPixelFormat@4 = wglGetPixelFormat ; wglGetPixelFormat
|
||||
_wglGetProcAddress@4 = wglGetProcAddress ; wglGetProcAddress
|
||||
_wglMakeCurrent@8 = wglMakeCurrent ; wglMakeCurrent
|
||||
_wglRealizeLayerPalette@12 = wglRealizeLayerPalette ; wglRealizeLayerPalette
|
||||
_wglSetLayerPaletteEntries@20 = wglSetLayerPaletteEntries ; wglSetLayerPaletteEntries
|
||||
_wglSetPixelFormat@12 = wglSetPixelFormat ; wglSetPixelFormat
|
||||
_wglShareLists@8 = wglShareLists ; wglShareLists
|
||||
_wglSwapBuffers@4 = wglSwapBuffers ; wglSwapBuffers
|
||||
_wglSwapLayerBuffers@8 = wglSwapLayerBuffers ; wglSwapLayerBuffers
|
||||
_wglSwapMultipleBuffers@8 = wglSwapMultipleBuffers ; wglSwapMultipleBuffers
|
||||
_wglUseFontBitmapsA@16 = wglUseFontBitmapsA ; wglUseFontBitmapsA
|
||||
_wglUseFontBitmapsW@16 = wglUseFontBitmapsW ; wglUseFontBitmapsW
|
||||
_wglUseFontOutlinesA@32 = wglUseFontOutlinesA ; wglUseFontOutlinesA
|
||||
_wglUseFontOutlinesW@32 = wglUseFontOutlinesW ; wglUseFontOutlinesW
|
|
@ -1,482 +0,0 @@
|
|||
LIBRARY rpcrt4
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_CStdStubBuffer_AddRef@4 = CStdStubBuffer_AddRef
|
||||
_CStdStubBuffer_Connect@8 = CStdStubBuffer_Connect
|
||||
_CStdStubBuffer_CountRefs@4 = CStdStubBuffer_CountRefs
|
||||
_CStdStubBuffer_DebugServerQueryInterface@8 = CStdStubBuffer_DebugServerQueryInterface
|
||||
_CStdStubBuffer_DebugServerRelease@8 = CStdStubBuffer_DebugServerRelease
|
||||
_CStdStubBuffer_Disconnect@4 = CStdStubBuffer_Disconnect
|
||||
_CStdStubBuffer_Invoke@12 = CStdStubBuffer_Invoke
|
||||
_CStdStubBuffer_IsIIDSupported@8 = CStdStubBuffer_IsIIDSupported
|
||||
_CStdStubBuffer_QueryInterface@12 = CStdStubBuffer_QueryInterface
|
||||
_DceErrorInqTextA@8 = DceErrorInqTextA
|
||||
_DceErrorInqTextW@8 = DceErrorInqTextW
|
||||
_GlobalMutexClear@0 = GlobalMutexClear
|
||||
_GlobalMutexClearExternal@0 = GlobalMutexClearExternal
|
||||
_GlobalMutexRequest@0 = GlobalMutexRequest
|
||||
_GlobalMutexRequestExternal@0 = GlobalMutexRequestExternal
|
||||
_IUnknown_AddRef_Proxy@4 = IUnknown_AddRef_Proxy
|
||||
_IUnknown_QueryInterface_Proxy@12 = IUnknown_QueryInterface_Proxy
|
||||
_IUnknown_Release_Proxy@4 = IUnknown_Release_Proxy
|
||||
_I_RpcAbortAsyncCall@8 = I_RpcAbortAsyncCall
|
||||
_I_RpcAllocate@4 = I_RpcAllocate
|
||||
_I_RpcAsyncAbortCall@8 = I_RpcAsyncAbortCall
|
||||
_I_RpcAsyncSetHandle@8 = I_RpcAsyncSetHandle
|
||||
_I_RpcBCacheAllocate@4 = I_RpcBCacheAllocate
|
||||
_I_RpcBCacheFree@4 = I_RpcBCacheFree
|
||||
_I_RpcBindingCopy@8 = I_RpcBindingCopy
|
||||
_I_RpcBindingInqConnId@12 = I_RpcBindingInqConnId
|
||||
_I_RpcBindingInqDynamicEndpoint@8 = I_RpcBindingInqDynamicEndpoint
|
||||
_I_RpcBindingInqDynamicEndpointA@8 = I_RpcBindingInqDynamicEndpointA
|
||||
_I_RpcBindingInqDynamicEndpointW@8 = I_RpcBindingInqDynamicEndpointW
|
||||
_I_RpcBindingInqSecurityContext@8 = I_RpcBindingInqSecurityContext
|
||||
_I_RpcBindingInqTransportType@8 = I_RpcBindingInqTransportType
|
||||
_I_RpcBindingInqWireIdForSnego@8 = I_RpcBindingInqWireIdForSnego
|
||||
_I_RpcBindingIsClientLocal@8 = I_RpcBindingIsClientLocal
|
||||
_I_RpcBindingToStaticStringBindingW@8 = I_RpcBindingToStaticStringBindingW
|
||||
_I_RpcClearMutex@4 = I_RpcClearMutex
|
||||
_I_RpcConnectionInqSockBuffSize@8 = I_RpcConnectionInqSockBuffSize
|
||||
_I_RpcConnectionSetSockBuffSize@8 = I_RpcConnectionSetSockBuffSize
|
||||
_I_RpcDeleteMutex@4 = I_RpcDeleteMutex
|
||||
_I_RpcFree@4 = I_RpcFree
|
||||
_I_RpcFreeBuffer@4 = I_RpcFreeBuffer
|
||||
_I_RpcFreePipeBuffer@4 = I_RpcFreePipeBuffer
|
||||
_I_RpcGetAssociationContext@8 = I_RpcGetAssociationContext
|
||||
_I_RpcGetBuffer@4 = I_RpcGetBuffer
|
||||
_I_RpcGetBufferWithObject@8 = I_RpcGetBufferWithObject
|
||||
_I_RpcGetCurrentCallHandle@0 = I_RpcGetCurrentCallHandle
|
||||
_I_RpcGetExtendedError@0 = I_RpcGetExtendedError
|
||||
_I_RpcGetServerContextList@4 = I_RpcGetServerContextList
|
||||
_I_RpcIfInqTransferSyntaxes@16 = I_RpcIfInqTransferSyntaxes
|
||||
_I_RpcLogEvent@28 = I_RpcLogEvent
|
||||
_I_RpcMapWin32Status@4 = I_RpcMapWin32Status
|
||||
_I_RpcMonitorAssociation@12 = I_RpcMonitorAssociation
|
||||
_I_RpcNsBindingSetEntryName@12 = I_RpcNsBindingSetEntryName
|
||||
_I_RpcNsBindingSetEntryNameA@12 = I_RpcNsBindingSetEntryNameA
|
||||
_I_RpcNsBindingSetEntryNameW@12 = I_RpcNsBindingSetEntryNameW
|
||||
_I_RpcNsInterfaceExported@12 = I_RpcNsInterfaceExported
|
||||
_I_RpcNsInterfaceUnexported@12 = I_RpcNsInterfaceUnexported
|
||||
_I_RpcParseSecurity@8 = I_RpcParseSecurity
|
||||
_I_RpcPauseExecution@4 = I_RpcPauseExecution
|
||||
_I_RpcReallocPipeBuffer@8 = I_RpcReallocPipeBuffer
|
||||
_I_RpcReceive@8 = I_RpcReceive
|
||||
_I_RpcRequestMutex@4 = I_RpcRequestMutex
|
||||
_I_RpcSend@4 = I_RpcSend
|
||||
_I_RpcSendReceive@4 = I_RpcSendReceive
|
||||
_I_RpcServerAllocateIpPort@8 = I_RpcServerAllocateIpPort
|
||||
_I_RpcServerInqAddressChangeFn@0 = I_RpcServerInqAddressChangeFn
|
||||
_I_RpcServerInqTransportType@4 = I_RpcServerInqTransportType
|
||||
_I_RpcServerRegisterForwardFunction@4 = I_RpcServerRegisterForwardFunction
|
||||
_I_RpcServerSetAddressChangeFn@4 = I_RpcServerSetAddressChangeFn
|
||||
_I_RpcServerUseProtseq2A@20 = I_RpcServerUseProtseq2A
|
||||
_I_RpcServerUseProtseq2W@20 = I_RpcServerUseProtseq2W
|
||||
_I_RpcServerUseProtseqEp2A@24 = I_RpcServerUseProtseqEp2A
|
||||
_I_RpcServerUseProtseqEp2W@24 = I_RpcServerUseProtseqEp2W
|
||||
_I_RpcSetAsyncHandle@8 = I_RpcSetAsyncHandle
|
||||
_I_RpcSetServerContextList@8 = I_RpcSetServerContextList
|
||||
_I_RpcSsDontSerializeContext@0 = I_RpcSsDontSerializeContext
|
||||
_I_RpcStopMonitorAssociation@4 = I_RpcStopMonitorAssociation
|
||||
_I_RpcTransConnectionAllocatePacket@8 = I_RpcTransConnectionAllocatePacket
|
||||
_I_RpcTransConnectionFreePacket@8 = I_RpcTransConnectionFreePacket
|
||||
_I_RpcTransConnectionReallocPacket@16 = I_RpcTransConnectionReallocPacket
|
||||
_I_RpcTransDatagramAllocate2@16 = I_RpcTransDatagramAllocate2
|
||||
_I_RpcTransDatagramAllocate@16 = I_RpcTransDatagramAllocate
|
||||
_I_RpcTransDatagramFree@12 = I_RpcTransDatagramFree
|
||||
_I_RpcTransGetAddressList@8 = I_RpcTransGetAddressList
|
||||
_I_RpcTransGetThreadEvent@0 = I_RpcTransGetThreadEvent
|
||||
_I_RpcTransIoCancelled@8 = I_RpcTransIoCancelled
|
||||
_I_RpcTransProtectThread@0 = I_RpcTransProtectThread
|
||||
_I_RpcTransServerNewConnection@4 = I_RpcTransServerNewConnection
|
||||
_I_RpcTransUnprotectThread@4 = I_RpcTransUnprotectThread
|
||||
_I_UuidCreate@4 = I_UuidCreate
|
||||
_MIDL_wchar_strcpy@8 = MIDL_wchar_strcpy
|
||||
_MIDL_wchar_strlen@4 = MIDL_wchar_strlen
|
||||
_MesBufferHandleReset@24 = MesBufferHandleReset
|
||||
_MesDecodeBufferHandleCreate@12 = MesDecodeBufferHandleCreate
|
||||
_MesDecodeIncrementalHandleCreate@12 = MesDecodeIncrementalHandleCreate
|
||||
_MesEncodeDynBufferHandleCreate@12 = MesEncodeDynBufferHandleCreate
|
||||
_MesEncodeFixedBufferHandleCreate@16 = MesEncodeFixedBufferHandleCreate
|
||||
_MesEncodeIncrementalHandleCreate@16 = MesEncodeIncrementalHandleCreate
|
||||
_MesHandleFree@4 = MesHandleFree
|
||||
_MesIncrementalHandleReset@24 = MesIncrementalHandleReset
|
||||
_MesInqProcEncodingId@12 = MesInqProcEncodingId
|
||||
_NDRCContextBinding@4 = NDRCContextBinding
|
||||
_NDRCContextMarshall@8 = NDRCContextMarshall
|
||||
_NDRCContextUnmarshall@16 = NDRCContextUnmarshall
|
||||
_NDRSContextMarshall2@24 = NDRSContextMarshall2
|
||||
_NDRSContextMarshall@12 = NDRSContextMarshall
|
||||
_NDRSContextMarshallEx@16 = NDRSContextMarshallEx
|
||||
_NDRSContextUnmarshall2@20 = NDRSContextUnmarshall2
|
||||
_NDRSContextUnmarshall@8 = NDRSContextUnmarshall
|
||||
_NDRSContextUnmarshallEx@12 = NDRSContextUnmarshallEx
|
||||
_NDRcopy@12 = NDRcopy
|
||||
_NdrAllocate@8 = NdrAllocate
|
||||
_NdrAsyncClientCall = NdrAsyncClientCall
|
||||
_NdrAsyncServerCall@4 = NdrAsyncServerCall
|
||||
_NdrAsyncStubCall@16 = NdrAsyncStubCall
|
||||
_NdrByteCountPointerBufferSize@12 = NdrByteCountPointerBufferSize
|
||||
_NdrByteCountPointerFree@12 = NdrByteCountPointerFree
|
||||
_NdrByteCountPointerMarshall@12 = NdrByteCountPointerMarshall
|
||||
_NdrByteCountPointerUnmarshall@16 = NdrByteCountPointerUnmarshall
|
||||
_NdrCStdStubBuffer2_Release@8 = NdrCStdStubBuffer2_Release
|
||||
_NdrCStdStubBuffer_Release@8 = NdrCStdStubBuffer_Release
|
||||
_NdrClearOutParameters@12 = NdrClearOutParameters
|
||||
_NdrClientCall = NdrClientCall
|
||||
_NdrClientCall2 = NdrClientCall2
|
||||
_NdrClientContextMarshall@12 = NdrClientContextMarshall
|
||||
_NdrClientContextUnmarshall@12 = NdrClientContextUnmarshall
|
||||
_NdrClientInitialize@16 = NdrClientInitialize
|
||||
_NdrClientInitializeNew@16 = NdrClientInitializeNew
|
||||
_NdrComplexArrayBufferSize@12 = NdrComplexArrayBufferSize
|
||||
_NdrComplexArrayFree@12 = NdrComplexArrayFree
|
||||
_NdrComplexArrayMarshall@12 = NdrComplexArrayMarshall
|
||||
_NdrComplexArrayMemorySize@8 = NdrComplexArrayMemorySize
|
||||
_NdrComplexArrayUnmarshall@16 = NdrComplexArrayUnmarshall
|
||||
_NdrComplexStructBufferSize@12 = NdrComplexStructBufferSize
|
||||
_NdrComplexStructFree@12 = NdrComplexStructFree
|
||||
_NdrComplexStructMarshall@12 = NdrComplexStructMarshall
|
||||
_NdrComplexStructMemorySize@8 = NdrComplexStructMemorySize
|
||||
_NdrComplexStructUnmarshall@16 = NdrComplexStructUnmarshall
|
||||
_NdrConformantArrayBufferSize@12 = NdrConformantArrayBufferSize
|
||||
_NdrConformantArrayFree@12 = NdrConformantArrayFree
|
||||
_NdrConformantArrayMarshall@12 = NdrConformantArrayMarshall
|
||||
_NdrConformantArrayMemorySize@8 = NdrConformantArrayMemorySize
|
||||
_NdrConformantArrayUnmarshall@16 = NdrConformantArrayUnmarshall
|
||||
_NdrConformantStringBufferSize@12 = NdrConformantStringBufferSize
|
||||
_NdrConformantStringMarshall@12 = NdrConformantStringMarshall
|
||||
_NdrConformantStringMemorySize@8 = NdrConformantStringMemorySize
|
||||
_NdrConformantStringUnmarshall@16 = NdrConformantStringUnmarshall
|
||||
_NdrConformantStructBufferSize@12 = NdrConformantStructBufferSize
|
||||
_NdrConformantStructFree@12 = NdrConformantStructFree
|
||||
_NdrConformantStructMarshall@12 = NdrConformantStructMarshall
|
||||
_NdrConformantStructMemorySize@8 = NdrConformantStructMemorySize
|
||||
_NdrConformantStructUnmarshall@16 = NdrConformantStructUnmarshall
|
||||
_NdrConformantVaryingArrayBufferSize@12 = NdrConformantVaryingArrayBufferSize
|
||||
_NdrConformantVaryingArrayFree@12 = NdrConformantVaryingArrayFree
|
||||
_NdrConformantVaryingArrayMarshall@12 = NdrConformantVaryingArrayMarshall
|
||||
_NdrConformantVaryingArrayMemorySize@8 = NdrConformantVaryingArrayMemorySize
|
||||
_NdrConformantVaryingArrayUnmarshall@16 = NdrConformantVaryingArrayUnmarshall
|
||||
_NdrConformantVaryingStructBufferSize@12 = NdrConformantVaryingStructBufferSize
|
||||
_NdrConformantVaryingStructFree@12 = NdrConformantVaryingStructFree
|
||||
_NdrConformantVaryingStructMarshall@12 = NdrConformantVaryingStructMarshall
|
||||
_NdrConformantVaryingStructMemorySize@8 = NdrConformantVaryingStructMemorySize
|
||||
_NdrConformantVaryingStructUnmarshall@16 = NdrConformantVaryingStructUnmarshall
|
||||
_NdrContextHandleInitialize@8 = NdrContextHandleInitialize
|
||||
_NdrContextHandleSize@12 = NdrContextHandleSize
|
||||
_NdrConvert2@12 = NdrConvert2
|
||||
_NdrConvert@8 = NdrConvert
|
||||
_NdrCorrelationFree@4 = NdrCorrelationFree
|
||||
_NdrCorrelationInitialize@16 = NdrCorrelationInitialize
|
||||
_NdrCorrelationPass@4 = NdrCorrelationPass
|
||||
_NdrDcomAsyncClientCall = NdrDcomAsyncClientCall
|
||||
_NdrDcomAsyncStubCall@16 = NdrDcomAsyncStubCall
|
||||
_NdrDllCanUnloadNow@4 = NdrDllCanUnloadNow
|
||||
_NdrDllGetClassObject@24 = NdrDllGetClassObject
|
||||
_NdrDllRegisterProxy@12 = NdrDllRegisterProxy
|
||||
_NdrDllUnregisterProxy@12 = NdrDllUnregisterProxy
|
||||
_NdrEncapsulatedUnionBufferSize@12 = NdrEncapsulatedUnionBufferSize
|
||||
_NdrEncapsulatedUnionFree@12 = NdrEncapsulatedUnionFree
|
||||
_NdrEncapsulatedUnionMarshall@12 = NdrEncapsulatedUnionMarshall
|
||||
_NdrEncapsulatedUnionMemorySize@8 = NdrEncapsulatedUnionMemorySize
|
||||
_NdrEncapsulatedUnionUnmarshall@16 = NdrEncapsulatedUnionUnmarshall
|
||||
_NdrFixedArrayBufferSize@12 = NdrFixedArrayBufferSize
|
||||
_NdrFixedArrayFree@12 = NdrFixedArrayFree
|
||||
_NdrFixedArrayMarshall@12 = NdrFixedArrayMarshall
|
||||
_NdrFixedArrayMemorySize@8 = NdrFixedArrayMemorySize
|
||||
_NdrFixedArrayUnmarshall@16 = NdrFixedArrayUnmarshall
|
||||
_NdrFreeBuffer@4 = NdrFreeBuffer
|
||||
_NdrFullPointerFree@8 = NdrFullPointerFree
|
||||
_NdrFullPointerInsertRefId@12 = NdrFullPointerInsertRefId
|
||||
_NdrFullPointerQueryPointer@16 = NdrFullPointerQueryPointer
|
||||
_NdrFullPointerQueryRefId@16 = NdrFullPointerQueryRefId
|
||||
_NdrFullPointerXlatFree@4 = NdrFullPointerXlatFree
|
||||
_NdrFullPointerXlatInit@8 = NdrFullPointerXlatInit
|
||||
_NdrGetBuffer@12 = NdrGetBuffer
|
||||
_NdrGetDcomProtocolVersion@8 = NdrGetDcomProtocolVersion
|
||||
_NdrGetPartialBuffer@4 = NdrGetPartialBuffer
|
||||
_NdrGetPipeBuffer@12 = NdrGetPipeBuffer
|
||||
_NdrGetUserMarshalInfo@12 = NdrGetUserMarshalInfo
|
||||
_NdrHardStructBufferSize@12 = NdrHardStructBufferSize
|
||||
_NdrHardStructFree@12 = NdrHardStructFree
|
||||
_NdrHardStructMarshall@12 = NdrHardStructMarshall
|
||||
_NdrHardStructMemorySize@8 = NdrHardStructMemorySize
|
||||
_NdrHardStructUnmarshall@16 = NdrHardStructUnmarshall
|
||||
_NdrInterfacePointerBufferSize@12 = NdrInterfacePointerBufferSize
|
||||
_NdrInterfacePointerFree@12 = NdrInterfacePointerFree
|
||||
_NdrInterfacePointerMarshall@12 = NdrInterfacePointerMarshall
|
||||
_NdrInterfacePointerMemorySize@8 = NdrInterfacePointerMemorySize
|
||||
_NdrInterfacePointerUnmarshall@16 = NdrInterfacePointerUnmarshall
|
||||
_NdrIsAppDoneWithPipes@4 = NdrIsAppDoneWithPipes
|
||||
_NdrMapCommAndFaultStatus@16 = NdrMapCommAndFaultStatus
|
||||
_NdrMarkNextActivePipe@4 = NdrMarkNextActivePipe
|
||||
_NdrMesProcEncodeDecode = NdrMesProcEncodeDecode
|
||||
_NdrMesProcEncodeDecode2 = NdrMesProcEncodeDecode2
|
||||
_NdrMesSimpleTypeAlignSize@4 = NdrMesSimpleTypeAlignSize
|
||||
_NdrMesSimpleTypeDecode@12 = NdrMesSimpleTypeDecode
|
||||
_NdrMesSimpleTypeEncode@16 = NdrMesSimpleTypeEncode
|
||||
_NdrMesTypeAlignSize2@20 = NdrMesTypeAlignSize2
|
||||
_NdrMesTypeAlignSize@16 = NdrMesTypeAlignSize
|
||||
_NdrMesTypeDecode2@20 = NdrMesTypeDecode2
|
||||
_NdrMesTypeDecode@16 = NdrMesTypeDecode
|
||||
_NdrMesTypeEncode2@20 = NdrMesTypeEncode2
|
||||
_NdrMesTypeEncode@16 = NdrMesTypeEncode
|
||||
_NdrMesTypeFree2@20 = NdrMesTypeFree2
|
||||
_NdrNonConformantStringBufferSize@12 = NdrNonConformantStringBufferSize
|
||||
_NdrNonConformantStringMarshall@12 = NdrNonConformantStringMarshall
|
||||
_NdrNonConformantStringMemorySize@8 = NdrNonConformantStringMemorySize
|
||||
_NdrNonConformantStringUnmarshall@16 = NdrNonConformantStringUnmarshall
|
||||
_NdrNonEncapsulatedUnionBufferSize@12 = NdrNonEncapsulatedUnionBufferSize
|
||||
_NdrNonEncapsulatedUnionFree@12 = NdrNonEncapsulatedUnionFree
|
||||
_NdrNonEncapsulatedUnionMarshall@12 = NdrNonEncapsulatedUnionMarshall
|
||||
_NdrNonEncapsulatedUnionMemorySize@8 = NdrNonEncapsulatedUnionMemorySize
|
||||
_NdrNonEncapsulatedUnionUnmarshall@16 = NdrNonEncapsulatedUnionUnmarshall
|
||||
_NdrNsGetBuffer@12 = NdrNsGetBuffer
|
||||
_NdrNsSendReceive@12 = NdrNsSendReceive
|
||||
_NdrOleAllocate@4 = NdrOleAllocate
|
||||
_NdrOleFree@4 = NdrOleFree
|
||||
_NdrPipePull@16 = NdrPipePull
|
||||
_NdrPipePush@12 = NdrPipePush
|
||||
_NdrPipeSendReceive@8 = NdrPipeSendReceive
|
||||
_NdrPipesDone@4 = NdrPipesDone
|
||||
_NdrPipesInitialize@24 = NdrPipesInitialize
|
||||
_NdrPointerBufferSize@12 = NdrPointerBufferSize
|
||||
_NdrPointerFree@12 = NdrPointerFree
|
||||
_NdrPointerMarshall@12 = NdrPointerMarshall
|
||||
_NdrPointerMemorySize@8 = NdrPointerMemorySize
|
||||
_NdrPointerUnmarshall@16 = NdrPointerUnmarshall
|
||||
_NdrProxyErrorHandler@4 = NdrProxyErrorHandler
|
||||
_NdrProxyFreeBuffer@8 = NdrProxyFreeBuffer
|
||||
_NdrProxyGetBuffer@8 = NdrProxyGetBuffer
|
||||
_NdrProxyInitialize@20 = NdrProxyInitialize
|
||||
_NdrProxySendReceive@8 = NdrProxySendReceive
|
||||
_NdrRangeUnmarshall@16 = NdrRangeUnmarshall
|
||||
_NdrRpcSmClientAllocate@4 = NdrRpcSmClientAllocate
|
||||
_NdrRpcSmClientFree@4 = NdrRpcSmClientFree
|
||||
_NdrRpcSmSetClientToOsf@4 = NdrRpcSmSetClientToOsf
|
||||
_NdrRpcSsDefaultAllocate@4 = NdrRpcSsDefaultAllocate
|
||||
_NdrRpcSsDefaultFree@4 = NdrRpcSsDefaultFree
|
||||
_NdrRpcSsDisableAllocate@4 = NdrRpcSsDisableAllocate
|
||||
_NdrRpcSsEnableAllocate@4 = NdrRpcSsEnableAllocate
|
||||
_NdrSendReceive@8 = NdrSendReceive
|
||||
_NdrServerCall2@4 = NdrServerCall2
|
||||
_NdrServerCall@4 = NdrServerCall
|
||||
_NdrServerContextMarshall@12 = NdrServerContextMarshall
|
||||
_NdrServerContextNewMarshall@16 = NdrServerContextNewMarshall
|
||||
_NdrServerContextNewUnmarshall@8 = NdrServerContextNewUnmarshall
|
||||
_NdrServerContextUnmarshall@4 = NdrServerContextUnmarshall
|
||||
_NdrServerInitialize@12 = NdrServerInitialize
|
||||
_NdrServerInitializeMarshall@8 = NdrServerInitializeMarshall
|
||||
_NdrServerInitializeNew@12 = NdrServerInitializeNew
|
||||
_NdrServerInitializePartial@16 = NdrServerInitializePartial
|
||||
_NdrServerInitializeUnmarshall@12 = NdrServerInitializeUnmarshall
|
||||
_NdrServerMarshall@16 = NdrServerMarshall
|
||||
_NdrServerUnmarshall@24 = NdrServerUnmarshall
|
||||
_NdrSimpleStructBufferSize@12 = NdrSimpleStructBufferSize
|
||||
_NdrSimpleStructFree@12 = NdrSimpleStructFree
|
||||
_NdrSimpleStructMarshall@12 = NdrSimpleStructMarshall
|
||||
_NdrSimpleStructMemorySize@8 = NdrSimpleStructMemorySize
|
||||
_NdrSimpleStructUnmarshall@16 = NdrSimpleStructUnmarshall
|
||||
_NdrSimpleTypeMarshall@12 = NdrSimpleTypeMarshall
|
||||
_NdrSimpleTypeUnmarshall@12 = NdrSimpleTypeUnmarshall
|
||||
_NdrStubCall2@16 = NdrStubCall2
|
||||
_NdrStubCall@16 = NdrStubCall
|
||||
_NdrStubForwardingFunction@16 = NdrStubForwardingFunction
|
||||
_NdrStubGetBuffer@12 = NdrStubGetBuffer
|
||||
_NdrStubInitialize@16 = NdrStubInitialize
|
||||
_NdrStubInitializeMarshall@12 = NdrStubInitializeMarshall
|
||||
_NdrUserMarshalBufferSize@12 = NdrUserMarshalBufferSize
|
||||
_NdrUserMarshalFree@12 = NdrUserMarshalFree
|
||||
_NdrUserMarshalMarshall@12 = NdrUserMarshalMarshall
|
||||
_NdrUserMarshalMemorySize@8 = NdrUserMarshalMemorySize
|
||||
_NdrUserMarshalSimpleTypeConvert@12 = NdrUserMarshalSimpleTypeConvert
|
||||
_NdrUserMarshalUnmarshall@16 = NdrUserMarshalUnmarshall
|
||||
_NdrVaryingArrayBufferSize@12 = NdrVaryingArrayBufferSize
|
||||
_NdrVaryingArrayFree@12 = NdrVaryingArrayFree
|
||||
_NdrVaryingArrayMarshall@12 = NdrVaryingArrayMarshall
|
||||
_NdrVaryingArrayMemorySize@8 = NdrVaryingArrayMemorySize
|
||||
_NdrVaryingArrayUnmarshall@16 = NdrVaryingArrayUnmarshall
|
||||
_NdrXmitOrRepAsBufferSize@12 = NdrXmitOrRepAsBufferSize
|
||||
_NdrXmitOrRepAsFree@12 = NdrXmitOrRepAsFree
|
||||
_NdrXmitOrRepAsMarshall@12 = NdrXmitOrRepAsMarshall
|
||||
_NdrXmitOrRepAsMemorySize@8 = NdrXmitOrRepAsMemorySize
|
||||
_NdrXmitOrRepAsUnmarshall@16 = NdrXmitOrRepAsUnmarshall
|
||||
_NdrpSetRpcSsDefaults@8 = NdrpSetRpcSsDefaults
|
||||
_RpcAbortAsyncCall@8 = RpcAbortAsyncCall
|
||||
_RpcAsyncAbortCall@8 = RpcAsyncAbortCall
|
||||
_RpcAsyncCancelCall@8 = RpcAsyncCancelCall
|
||||
_RpcAsyncCompleteCall@8 = RpcAsyncCompleteCall
|
||||
_RpcAsyncGetCallStatus@4 = RpcAsyncGetCallStatus
|
||||
_RpcAsyncInitializeHandle@8 = RpcAsyncInitializeHandle
|
||||
_RpcAsyncRegisterInfo@4 = RpcAsyncRegisterInfo
|
||||
_RpcBindingCopy@8 = RpcBindingCopy
|
||||
_RpcBindingFree@4 = RpcBindingFree
|
||||
_RpcBindingFromStringBindingA@8 = RpcBindingFromStringBindingA
|
||||
_RpcBindingFromStringBindingW@8 = RpcBindingFromStringBindingW
|
||||
_RpcBindingInqAuthClientA@24 = RpcBindingInqAuthClientA
|
||||
_RpcBindingInqAuthClientExA@28 = RpcBindingInqAuthClientExA
|
||||
_RpcBindingInqAuthClientExW@28 = RpcBindingInqAuthClientExW
|
||||
_RpcBindingInqAuthClientW@24 = RpcBindingInqAuthClientW
|
||||
_RpcBindingInqAuthInfoA@24 = RpcBindingInqAuthInfoA
|
||||
_RpcBindingInqAuthInfoExA@32 = RpcBindingInqAuthInfoExA
|
||||
_RpcBindingInqAuthInfoExW@32 = RpcBindingInqAuthInfoExW
|
||||
_RpcBindingInqAuthInfoW@24 = RpcBindingInqAuthInfoW
|
||||
_RpcBindingInqObject@8 = RpcBindingInqObject
|
||||
_RpcBindingInqOption@12 = RpcBindingInqOption
|
||||
_RpcBindingReset@4 = RpcBindingReset
|
||||
_RpcBindingServerFromClient@8 = RpcBindingServerFromClient
|
||||
_RpcBindingSetAuthInfoA@24 = RpcBindingSetAuthInfoA
|
||||
_RpcBindingSetAuthInfoExA@28 = RpcBindingSetAuthInfoExA
|
||||
_RpcBindingSetAuthInfoExW@28 = RpcBindingSetAuthInfoExW
|
||||
_RpcBindingSetAuthInfoW@24 = RpcBindingSetAuthInfoW
|
||||
_RpcBindingSetObject@8 = RpcBindingSetObject
|
||||
_RpcBindingSetOption@12 = RpcBindingSetOption
|
||||
_RpcBindingToStringBindingA@8 = RpcBindingToStringBindingA
|
||||
_RpcBindingToStringBindingW@8 = RpcBindingToStringBindingW
|
||||
_RpcBindingVectorFree@4 = RpcBindingVectorFree
|
||||
_RpcCancelAsyncCall@8 = RpcCancelAsyncCall
|
||||
_RpcCancelThread@4 = RpcCancelThread
|
||||
_RpcCancelThreadEx@8 = RpcCancelThreadEx
|
||||
_RpcCertGeneratePrincipalNameA@12 = RpcCertGeneratePrincipalNameA
|
||||
_RpcCertGeneratePrincipalNameW@12 = RpcCertGeneratePrincipalNameW
|
||||
_RpcCompleteAsyncCall@8 = RpcCompleteAsyncCall
|
||||
_RpcEpRegisterA@16 = RpcEpRegisterA
|
||||
_RpcEpRegisterNoReplaceA@16 = RpcEpRegisterNoReplaceA
|
||||
_RpcEpRegisterNoReplaceW@16 = RpcEpRegisterNoReplaceW
|
||||
_RpcEpRegisterW@16 = RpcEpRegisterW
|
||||
_RpcEpResolveBinding@8 = RpcEpResolveBinding
|
||||
_RpcEpUnregister@12 = RpcEpUnregister
|
||||
_RpcGetAsyncCallStatus@4 = RpcGetAsyncCallStatus
|
||||
_RpcIfIdVectorFree@4 = RpcIfIdVectorFree
|
||||
_RpcIfInqId@8 = RpcIfInqId
|
||||
_RpcImpersonateClient@4 = RpcImpersonateClient
|
||||
_RpcInitializeAsyncHandle@8 = RpcInitializeAsyncHandle
|
||||
_RpcMgmtBindingInqParameter@12 = RpcMgmtBindingInqParameter
|
||||
_RpcMgmtBindingSetParameter@12 = RpcMgmtBindingSetParameter
|
||||
_RpcMgmtEnableIdleCleanup@0 = RpcMgmtEnableIdleCleanup
|
||||
_RpcMgmtEpEltInqBegin@24 = RpcMgmtEpEltInqBegin
|
||||
_RpcMgmtEpEltInqDone@4 = RpcMgmtEpEltInqDone
|
||||
_RpcMgmtEpEltInqNextA@20 = RpcMgmtEpEltInqNextA
|
||||
_RpcMgmtEpEltInqNextW@20 = RpcMgmtEpEltInqNextW
|
||||
_RpcMgmtEpUnregister@16 = RpcMgmtEpUnregister
|
||||
_RpcMgmtInqComTimeout@8 = RpcMgmtInqComTimeout
|
||||
_RpcMgmtInqDefaultProtectLevel@8 = RpcMgmtInqDefaultProtectLevel
|
||||
_RpcMgmtInqIfIds@8 = RpcMgmtInqIfIds
|
||||
_RpcMgmtInqParameter@8 = RpcMgmtInqParameter
|
||||
_RpcMgmtInqServerPrincNameA@12 = RpcMgmtInqServerPrincNameA
|
||||
_RpcMgmtInqServerPrincNameW@12 = RpcMgmtInqServerPrincNameW
|
||||
_RpcMgmtInqStats@8 = RpcMgmtInqStats
|
||||
_RpcMgmtIsServerListening@4 = RpcMgmtIsServerListening
|
||||
_RpcMgmtSetAuthorizationFn@4 = RpcMgmtSetAuthorizationFn
|
||||
_RpcMgmtSetCancelTimeout@4 = RpcMgmtSetCancelTimeout
|
||||
_RpcMgmtSetComTimeout@8 = RpcMgmtSetComTimeout
|
||||
_RpcMgmtSetParameter@8 = RpcMgmtSetParameter
|
||||
_RpcMgmtSetServerStackSize@4 = RpcMgmtSetServerStackSize
|
||||
_RpcMgmtStatsVectorFree@4 = RpcMgmtStatsVectorFree
|
||||
_RpcMgmtStopServerListening@4 = RpcMgmtStopServerListening
|
||||
_RpcMgmtWaitServerListen@0 = RpcMgmtWaitServerListen
|
||||
_RpcNetworkInqProtseqsA@4 = RpcNetworkInqProtseqsA
|
||||
_RpcNetworkInqProtseqsW@4 = RpcNetworkInqProtseqsW
|
||||
_RpcNetworkIsProtseqValidA@4 = RpcNetworkIsProtseqValidA
|
||||
_RpcNetworkIsProtseqValidW@4 = RpcNetworkIsProtseqValidW
|
||||
_RpcNsBindingInqEntryNameA@12 = RpcNsBindingInqEntryNameA
|
||||
_RpcNsBindingInqEntryNameW@12 = RpcNsBindingInqEntryNameW
|
||||
_RpcObjectInqType@8 = RpcObjectInqType
|
||||
_RpcObjectSetInqFn@4 = RpcObjectSetInqFn
|
||||
_RpcObjectSetType@8 = RpcObjectSetType
|
||||
_RpcProtseqVectorFreeA@4 = RpcProtseqVectorFreeA
|
||||
_RpcProtseqVectorFreeW@4 = RpcProtseqVectorFreeW
|
||||
_RpcRaiseException@4 = RpcRaiseException
|
||||
_RpcRegisterAsyncInfo@4 = RpcRegisterAsyncInfo
|
||||
_RpcRevertToSelf@0 = RpcRevertToSelf
|
||||
_RpcRevertToSelfEx@4 = RpcRevertToSelfEx
|
||||
_RpcServerInqBindings@4 = RpcServerInqBindings
|
||||
_RpcServerInqDefaultPrincNameA@8 = RpcServerInqDefaultPrincNameA
|
||||
_RpcServerInqDefaultPrincNameW@8 = RpcServerInqDefaultPrincNameW
|
||||
_RpcServerInqIf@12 = RpcServerInqIf
|
||||
_RpcServerListen@12 = RpcServerListen
|
||||
_RpcServerRegisterAuthInfoA@16 = RpcServerRegisterAuthInfoA
|
||||
_RpcServerRegisterAuthInfoW@16 = RpcServerRegisterAuthInfoW
|
||||
_RpcServerRegisterIf2@28 = RpcServerRegisterIf2
|
||||
_RpcServerRegisterIf@12 = RpcServerRegisterIf
|
||||
_RpcServerRegisterIfEx@24 = RpcServerRegisterIfEx
|
||||
_RpcServerTestCancel@4 = RpcServerTestCancel
|
||||
_RpcServerUnregisterIf@12 = RpcServerUnregisterIf
|
||||
_RpcServerUseAllProtseqs@8 = RpcServerUseAllProtseqs
|
||||
_RpcServerUseAllProtseqsEx@12 = RpcServerUseAllProtseqsEx
|
||||
_RpcServerUseAllProtseqsIf@12 = RpcServerUseAllProtseqsIf
|
||||
_RpcServerUseAllProtseqsIfEx@16 = RpcServerUseAllProtseqsIfEx
|
||||
_RpcServerUseProtseqA@12 = RpcServerUseProtseqA
|
||||
_RpcServerUseProtseqEpA@16 = RpcServerUseProtseqEpA
|
||||
_RpcServerUseProtseqEpExA@20 = RpcServerUseProtseqEpExA
|
||||
_RpcServerUseProtseqEpExW@20 = RpcServerUseProtseqEpExW
|
||||
_RpcServerUseProtseqEpW@16 = RpcServerUseProtseqEpW
|
||||
_RpcServerUseProtseqExA@16 = RpcServerUseProtseqExA
|
||||
_RpcServerUseProtseqExW@16 = RpcServerUseProtseqExW
|
||||
_RpcServerUseProtseqIfA@16 = RpcServerUseProtseqIfA
|
||||
_RpcServerUseProtseqIfExA@20 = RpcServerUseProtseqIfExA
|
||||
_RpcServerUseProtseqIfExW@20 = RpcServerUseProtseqIfExW
|
||||
_RpcServerUseProtseqIfW@16 = RpcServerUseProtseqIfW
|
||||
_RpcServerUseProtseqW@12 = RpcServerUseProtseqW
|
||||
_RpcServerYield@0 = RpcServerYield
|
||||
_RpcSmAllocate@8 = RpcSmAllocate
|
||||
_RpcSmClientFree@4 = RpcSmClientFree
|
||||
_RpcSmDestroyClientContext@4 = RpcSmDestroyClientContext
|
||||
_RpcSmDisableAllocate@0 = RpcSmDisableAllocate
|
||||
_RpcSmEnableAllocate@0 = RpcSmEnableAllocate
|
||||
_RpcSmFree@4 = RpcSmFree
|
||||
_RpcSmGetThreadHandle@4 = RpcSmGetThreadHandle
|
||||
_RpcSmSetClientAllocFree@8 = RpcSmSetClientAllocFree
|
||||
_RpcSmSetThreadHandle@4 = RpcSmSetThreadHandle
|
||||
_RpcSmSwapClientAllocFree@16 = RpcSmSwapClientAllocFree
|
||||
_RpcSsAllocate@4 = RpcSsAllocate
|
||||
_RpcSsDestroyClientContext@4 = RpcSsDestroyClientContext
|
||||
_RpcSsDisableAllocate@0 = RpcSsDisableAllocate
|
||||
_RpcSsDontSerializeContext@0 = RpcSsDontSerializeContext
|
||||
_RpcSsEnableAllocate@0 = RpcSsEnableAllocate
|
||||
_RpcSsFree@4 = RpcSsFree
|
||||
_RpcSsGetContextBinding@8 = RpcSsGetContextBinding
|
||||
_RpcSsGetThreadHandle@0 = RpcSsGetThreadHandle
|
||||
_RpcSsSetClientAllocFree@8 = RpcSsSetClientAllocFree
|
||||
_RpcSsSetThreadHandle@4 = RpcSsSetThreadHandle
|
||||
_RpcSsSwapClientAllocFree@16 = RpcSsSwapClientAllocFree
|
||||
_RpcStringBindingComposeA@24 = RpcStringBindingComposeA
|
||||
_RpcStringBindingComposeW@24 = RpcStringBindingComposeW
|
||||
_RpcStringBindingParseA@24 = RpcStringBindingParseA
|
||||
_RpcStringBindingParseW@24 = RpcStringBindingParseW
|
||||
_RpcStringFreeA@4 = RpcStringFreeA
|
||||
_RpcStringFreeW@4 = RpcStringFreeW
|
||||
_RpcTestCancel@0 = RpcTestCancel
|
||||
_TowerConstruct@24 = TowerConstruct
|
||||
_TowerExplode@24 = TowerExplode
|
||||
_UuidCompare@12 = UuidCompare
|
||||
_UuidCreate@4 = UuidCreate
|
||||
_UuidCreateNil@4 = UuidCreateNil
|
||||
_UuidCreateSequential@4 = UuidCreateSequential
|
||||
_UuidEqual@12 = UuidEqual
|
||||
_UuidFromStringA@8 = UuidFromStringA
|
||||
_UuidFromStringW@8 = UuidFromStringW
|
||||
_UuidHash@8 = UuidHash
|
||||
_UuidIsNil@8 = UuidIsNil
|
||||
_UuidToStringA@8 = UuidToStringA
|
||||
_UuidToStringW@8 = UuidToStringW
|
||||
_char_array_from_ndr@16 = char_array_from_ndr
|
||||
_char_from_ndr@8 = char_from_ndr
|
||||
_data_from_ndr@16 = data_from_ndr
|
||||
_data_into_ndr@16 = data_into_ndr
|
||||
_data_size_ndr@16 = data_size_ndr
|
||||
_double_array_from_ndr@16 = double_array_from_ndr
|
||||
_double_from_ndr@8 = double_from_ndr
|
||||
_enum_from_ndr@8 = enum_from_ndr
|
||||
_float_array_from_ndr@16 = float_array_from_ndr
|
||||
_float_from_ndr@8 = float_from_ndr
|
||||
_long_array_from_ndr@16 = long_array_from_ndr
|
||||
_long_from_ndr@8 = long_from_ndr
|
||||
_long_from_ndr_temp@12 = long_from_ndr_temp
|
||||
_short_array_from_ndr@16 = short_array_from_ndr
|
||||
_short_from_ndr@8 = short_from_ndr
|
||||
_short_from_ndr_temp@12 = short_from_ndr_temp
|
||||
_tree_into_ndr@16 = tree_into_ndr
|
||||
_tree_peek_ndr@16 = tree_peek_ndr
|
||||
_tree_size_ndr@16 = tree_size_ndr
|
|
@ -1,280 +0,0 @@
|
|||
LIBRARY shell32
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_CDefFolderMenu_Create2@36 = CDefFolderMenu_Create2
|
||||
_CDefFolderMenu_Create@36 = CDefFolderMenu_Create
|
||||
_CallCPLEntry16@24 = CallCPLEntry16
|
||||
_CheckEscapesA@8 = CheckEscapesA
|
||||
_CheckEscapesW@8 = CheckEscapesW
|
||||
_CommandLineToArgvW@8 = CommandLineToArgvW
|
||||
_DAD_AutoScroll@12 = DAD_AutoScroll
|
||||
_DAD_DragEnterEx2@16 = DAD_DragEnterEx2
|
||||
_DAD_DragEnterEx@12 = DAD_DragEnterEx
|
||||
_DAD_DragLeave@0 = DAD_DragLeave
|
||||
_DAD_DragMove@8 = DAD_DragMove
|
||||
_DAD_SetDragImage@8 = DAD_SetDragImage
|
||||
_DAD_ShowDragImage@4 = DAD_ShowDragImage
|
||||
_DoEnvironmentSubstA@8 = DoEnvironmentSubstA
|
||||
_DoEnvironmentSubstW@8 = DoEnvironmentSubstW
|
||||
_DragAcceptFiles@8 = DragAcceptFiles
|
||||
_DragFinish@4 = DragFinish
|
||||
_DragQueryFile@16 = DragQueryFile
|
||||
_DragQueryFileA@16 = DragQueryFileA
|
||||
_DragQueryFileAorW@24 = DragQueryFileAorW
|
||||
_DragQueryFileW@16 = DragQueryFileW
|
||||
_DragQueryPoint@8 = DragQueryPoint
|
||||
_DriveType@4 = DriveType
|
||||
_DuplicateIcon@8 = DuplicateIcon
|
||||
_ExtractAssociatedIconA@12 = ExtractAssociatedIconA
|
||||
_ExtractAssociatedIconExA@16 = ExtractAssociatedIconExA
|
||||
_ExtractAssociatedIconExW@16 = ExtractAssociatedIconExW
|
||||
_ExtractAssociatedIconW@12 = ExtractAssociatedIconW
|
||||
_ExtractIconA@12 = ExtractIconA
|
||||
_ExtractIconEx@20 = ExtractIconEx
|
||||
_ExtractIconExA@20 = ExtractIconExA
|
||||
_ExtractIconExW@20 = ExtractIconExW
|
||||
_ExtractIconResInfoA@20 = ExtractIconResInfoA
|
||||
_ExtractIconResInfoW@20 = ExtractIconResInfoW
|
||||
_ExtractIconW@12 = ExtractIconW
|
||||
_ExtractVersionResource16W@8 = ExtractVersionResource16W
|
||||
_FindExeDlgProc@16 = FindExeDlgProc
|
||||
_FindExecutableA@12 = FindExecutableA
|
||||
_FindExecutableW@12 = FindExecutableW
|
||||
_FreeIconList@8 = FreeIconList
|
||||
_GetFileNameFromBrowse@28 = GetFileNameFromBrowse
|
||||
_ILAppendID@12 = ILAppendID
|
||||
_ILClone@4 = ILClone
|
||||
_ILCloneFirst@4 = ILCloneFirst
|
||||
_ILCombine@8 = ILCombine
|
||||
_ILCreateFromPath@4 = ILCreateFromPath
|
||||
_ILCreateFromPathA@4 = ILCreateFromPathA
|
||||
_ILCreateFromPathW@4 = ILCreateFromPathW
|
||||
_ILFindChild@8 = ILFindChild
|
||||
_ILFindLastID@4 = ILFindLastID
|
||||
_ILFree@4 = ILFree
|
||||
_ILGetNext@4 = ILGetNext
|
||||
_ILGetSize@4 = ILGetSize
|
||||
_ILIsEqual@8 = ILIsEqual
|
||||
_ILIsParent@12 = ILIsParent
|
||||
_ILLoadFromStream@8 = ILLoadFromStream
|
||||
_ILRemoveLastID@4 = ILRemoveLastID
|
||||
_ILSaveToStream@8 = ILSaveToStream
|
||||
_InternalExtractIconListA@12 = InternalExtractIconListA
|
||||
_InternalExtractIconListW@12 = InternalExtractIconListW
|
||||
_IsLFNDrive@4 = IsLFNDrive
|
||||
_IsLFNDriveA@4 = IsLFNDriveA
|
||||
_IsLFNDriveW@4 = IsLFNDriveW
|
||||
_IsNetDrive@4 = IsNetDrive
|
||||
_IsUserAnAdmin@0 = IsUserAnAdmin
|
||||
_OpenRegStream@16 = OpenRegStream
|
||||
_PathCleanupSpec@8 = PathCleanupSpec
|
||||
_PathGetShortPath@4 = PathGetShortPath
|
||||
_PathIsExe@4 = PathIsExe
|
||||
_PathIsSlowA@8 = PathIsSlowA
|
||||
_PathIsSlowW@8 = PathIsSlowW
|
||||
_PathMakeUniqueName@20 = PathMakeUniqueName
|
||||
_PathProcessCommand@16 = PathProcessCommand
|
||||
_PathQualify@4 = PathQualify
|
||||
_PathResolve@12 = PathResolve
|
||||
_PathYetAnotherMakeUniqueName@16 = PathYetAnotherMakeUniqueName
|
||||
_PickIconDlg@16 = PickIconDlg
|
||||
_PifMgr_CloseProperties@8 = PifMgr_CloseProperties
|
||||
_PifMgr_GetProperties@20 = PifMgr_GetProperties
|
||||
_PifMgr_OpenProperties@16 = PifMgr_OpenProperties
|
||||
_PifMgr_SetProperties@20 = PifMgr_SetProperties
|
||||
_ReadCabinetState@8 = ReadCabinetState
|
||||
_RealDriveType@8 = RealDriveType
|
||||
_RealShellExecuteA@40 = RealShellExecuteA
|
||||
_RealShellExecuteExA@44 = RealShellExecuteExA
|
||||
_RealShellExecuteExW@44 = RealShellExecuteExW
|
||||
_RealShellExecuteW@40 = RealShellExecuteW
|
||||
_RegenerateUserEnvironment@8 = RegenerateUserEnvironment
|
||||
_RestartDialog@12 = RestartDialog
|
||||
_RestartDialogEx@16 = RestartDialogEx
|
||||
_SHAddFromPropSheetExtArray@12 = SHAddFromPropSheetExtArray
|
||||
_SHAddToRecentDocs@8 = SHAddToRecentDocs
|
||||
_SHAlloc@4 = SHAlloc
|
||||
_SHAllocShared@12 = SHAllocShared
|
||||
_SHAppBarMessage@8 = SHAppBarMessage
|
||||
_SHBindToParent@16 = SHBindToParent
|
||||
_SHBrowseForFolder@4 = SHBrowseForFolder
|
||||
_SHBrowseForFolderA@4 = SHBrowseForFolderA
|
||||
_SHBrowseForFolderW@4 = SHBrowseForFolderW
|
||||
_SHCLSIDFromString@8 = SHCLSIDFromString
|
||||
_SHChangeNotification_Lock@16 = SHChangeNotification_Lock
|
||||
_SHChangeNotification_Unlock@4 = SHChangeNotification_Unlock
|
||||
_SHChangeNotify@16 = SHChangeNotify
|
||||
_SHChangeNotifyDeregister@4 = SHChangeNotifyDeregister
|
||||
_SHChangeNotifyRegister@24 = SHChangeNotifyRegister
|
||||
_SHCloneSpecialIDList@12 = SHCloneSpecialIDList
|
||||
_SHCoCreateInstance@20 = SHCoCreateInstance
|
||||
_SHCreateDirectory@8 = SHCreateDirectory
|
||||
_SHCreateDirectoryExA@12 = SHCreateDirectoryExA
|
||||
_SHCreateDirectoryExW@12 = SHCreateDirectoryExW
|
||||
_SHCreateFileExtractIconW@16 = SHCreateFileExtractIconW
|
||||
_SHCreateProcessAsUserW@4 = SHCreateProcessAsUserW
|
||||
_SHCreatePropSheetExtArray@12 = SHCreatePropSheetExtArray
|
||||
_SHCreateQueryCancelAutoPlayMoniker@4 = SHCreateQueryCancelAutoPlayMoniker
|
||||
_SHCreateShellFolderView@8 = SHCreateShellFolderView
|
||||
_SHCreateShellFolderViewEx@8 = SHCreateShellFolderViewEx
|
||||
_SHCreateShellItem@16 = SHCreateShellItem
|
||||
_SHCreateStdEnumFmtEtc@12 = SHCreateStdEnumFmtEtc
|
||||
_SHDefExtractIconA@24 = SHDefExtractIconA
|
||||
_SHDefExtractIconW@24 = SHDefExtractIconW
|
||||
_SHDestroyPropSheetExtArray@4 = SHDestroyPropSheetExtArray
|
||||
_SHDoDragDrop@20 = SHDoDragDrop
|
||||
_SHEmptyRecycleBinA@12 = SHEmptyRecycleBinA
|
||||
_SHEmptyRecycleBinW@12 = SHEmptyRecycleBinW
|
||||
_SHEnumerateUnreadMailAccountsW@16 = SHEnumerateUnreadMailAccountsW
|
||||
_SHExtractIconsW@32 = SHExtractIconsW
|
||||
_SHFileOperation@4 = SHFileOperation
|
||||
_SHFileOperationA@4 = SHFileOperationA
|
||||
_SHFileOperationW@4 = SHFileOperationW
|
||||
_SHFindFiles@8 = SHFindFiles
|
||||
_SHFind_InitMenuPopup@16 = SHFind_InitMenuPopup
|
||||
_SHFlushClipboard@0 = SHFlushClipboard
|
||||
_SHFlushSFCache@0 = SHFlushSFCache
|
||||
_SHFormatDrive@16 = SHFormatDrive
|
||||
_SHFree@4 = SHFree
|
||||
_SHFreeNameMappings@4 = SHFreeNameMappings
|
||||
_SHFreeShared@8 = SHFreeShared
|
||||
_SHGetAttributesFromDataObject@16 = SHGetAttributesFromDataObject
|
||||
_SHGetDataFromIDListA@20 = SHGetDataFromIDListA
|
||||
_SHGetDataFromIDListW@20 = SHGetDataFromIDListW
|
||||
_SHGetDesktopFolder@4 = SHGetDesktopFolder
|
||||
_SHGetDiskFreeSpaceA@16 = SHGetDiskFreeSpaceA
|
||||
_SHGetDiskFreeSpaceExA@16 = SHGetDiskFreeSpaceExA
|
||||
_SHGetDiskFreeSpaceExW@16 = SHGetDiskFreeSpaceExW
|
||||
_SHGetFileInfo@20 = SHGetFileInfo
|
||||
_SHGetFileInfoA@20 = SHGetFileInfoA
|
||||
_SHGetFileInfoW@20 = SHGetFileInfoW
|
||||
_SHGetFolderLocation@20 = SHGetFolderLocation
|
||||
_SHGetFolderPathA@20 = SHGetFolderPathA
|
||||
_SHGetFolderPathAndSubDirA@24 = SHGetFolderPathAndSubDirA
|
||||
_SHGetFolderPathAndSubDirW@24 = SHGetFolderPathAndSubDirW
|
||||
_SHGetFolderPathW@20 = SHGetFolderPathW
|
||||
_SHGetIconOverlayIndexA@8 = SHGetIconOverlayIndexA
|
||||
_SHGetIconOverlayIndexW@8 = SHGetIconOverlayIndexW
|
||||
_SHGetInstanceExplorer@4 = SHGetInstanceExplorer
|
||||
_SHGetMalloc@4 = SHGetMalloc
|
||||
_SHGetNewLinkInfo@20 = SHGetNewLinkInfo
|
||||
_SHGetNewLinkInfoA@20 = SHGetNewLinkInfoA
|
||||
_SHGetNewLinkInfoW@20 = SHGetNewLinkInfoW
|
||||
_SHGetPathFromIDList@8 = SHGetPathFromIDList
|
||||
_SHGetPathFromIDListA@8 = SHGetPathFromIDListA
|
||||
_SHGetPathFromIDListW@8 = SHGetPathFromIDListW
|
||||
_SHGetRealIDL@12 = SHGetRealIDL
|
||||
_SHGetSetFolderCustomSettingsW@12 = SHGetSetFolderCustomSettingsW
|
||||
_SHGetSetSettings@12 = SHGetSetSettings
|
||||
_SHGetSettings@8 = SHGetSettings
|
||||
_SHGetShellStyleHInstance@0 = SHGetShellStyleHInstance
|
||||
_SHGetSpecialFolderLocation@12 = SHGetSpecialFolderLocation
|
||||
_SHGetSpecialFolderPath@16 = SHGetSpecialFolderPath
|
||||
_SHGetSpecialFolderPathA@16 = SHGetSpecialFolderPathA
|
||||
_SHGetSpecialFolderPathW@16 = SHGetSpecialFolderPathW
|
||||
_SHGetUnreadMailCountW@24 = SHGetUnreadMailCountW
|
||||
_SHHandleUpdateImage@4 = SHHandleUpdateImage
|
||||
_SHILCreateFromPath@12 = SHILCreateFromPath
|
||||
_SHInvokePrinterCommandA@20 = SHInvokePrinterCommandA
|
||||
_SHInvokePrinterCommandW@20 = SHInvokePrinterCommandW
|
||||
_SHIsFileAvailableOffline@8 = SHIsFileAvailableOffline
|
||||
_SHLimitInputEdit@8 = SHLimitInputEdit
|
||||
_SHLoadInProc@4 = SHLoadInProc
|
||||
_SHLoadNonloadedIconOverlayIdentifiers@0 = SHLoadNonloadedIconOverlayIdentifiers
|
||||
_SHLoadOLE@4 = SHLoadOLE
|
||||
_SHLockShared@8 = SHLockShared
|
||||
_SHMapIDListToImageListIndexAsync@36 = SHMapIDListToImageListIndexAsync
|
||||
_SHMapPIDLToSystemImageListIndex@12 = SHMapPIDLToSystemImageListIndex
|
||||
_SHMultiFileProperties@8 = SHMultiFileProperties
|
||||
_SHObjectProperties@16 = SHObjectProperties
|
||||
_SHOpenFolderAndSelectItems@16 = SHOpenFolderAndSelectItems
|
||||
_SHOpenPropSheetW@28 = SHOpenPropSheetW
|
||||
_SHParseDisplayName@20 = SHParseDisplayName
|
||||
_SHPathPrepareForWriteA@16 = SHPathPrepareForWriteA
|
||||
_SHPathPrepareForWriteW@16 = SHPathPrepareForWriteW
|
||||
_SHPropStgCreate@32 = SHPropStgCreate
|
||||
_SHPropStgReadMultiple@20 = SHPropStgReadMultiple
|
||||
_SHPropStgWriteMultiple@24 = SHPropStgWriteMultiple
|
||||
_SHQueryRecycleBinA@8 = SHQueryRecycleBinA
|
||||
_SHQueryRecycleBinW@8 = SHQueryRecycleBinW
|
||||
_SHReplaceFromPropSheetExtArray@16 = SHReplaceFromPropSheetExtArray
|
||||
_SHRestricted@4 = SHRestricted
|
||||
_SHRunControlPanel@8 = SHRunControlPanel
|
||||
_SHSetInstanceExplorer@4 = SHSetInstanceExplorer
|
||||
_SHSetLocalizedName@12 = SHSetLocalizedName
|
||||
_SHSetUnreadMailCountW@12 = SHSetUnreadMailCountW
|
||||
_SHShellFolderView_Message@12 = SHShellFolderView_Message
|
||||
_SHSimpleIDListFromPath@4 = SHSimpleIDListFromPath
|
||||
_SHStartNetConnectionDialogW@12 = SHStartNetConnectionDialogW
|
||||
_SHTestTokenMembership@8 = SHTestTokenMembership
|
||||
_SHUnlockShared@4 = SHUnlockShared
|
||||
_SHUpdateImageA@16 = SHUpdateImageA
|
||||
_SHUpdateImageW@16 = SHUpdateImageW
|
||||
_SHUpdateRecycleBinIcon@0 = SHUpdateRecycleBinIcon
|
||||
_SHValidateUNC@12 = SHValidateUNC
|
||||
_SheChangeDirA@4 = SheChangeDirA
|
||||
_SheChangeDirExA@4 = SheChangeDirExA
|
||||
_SheChangeDirExW@4 = SheChangeDirExW
|
||||
_SheChangeDirW@4 = SheChangeDirW
|
||||
_SheConvertPathW@12 = SheConvertPathW
|
||||
_SheFullPathA@12 = SheFullPathA
|
||||
_SheFullPathW@12 = SheFullPathW
|
||||
_SheGetCurDrive@0 = SheGetCurDrive
|
||||
_SheGetDirA@8 = SheGetDirA
|
||||
_SheGetDirExW@12 = SheGetDirExW
|
||||
_SheGetDirW@8 = SheGetDirW
|
||||
_SheGetPathOffsetW@4 = SheGetPathOffsetW
|
||||
_SheRemoveQuotesA@4 = SheRemoveQuotesA
|
||||
_SheRemoveQuotesW@4 = SheRemoveQuotesW
|
||||
_SheSetCurDrive@4 = SheSetCurDrive
|
||||
_SheShortenPathA@8 = SheShortenPathA
|
||||
_SheShortenPathW@8 = SheShortenPathW
|
||||
_ShellAboutA@16 = ShellAboutA
|
||||
_ShellAboutW@16 = ShellAboutW
|
||||
_ShellExecuteA@24 = ShellExecuteA
|
||||
_ShellExecuteEx@4 = ShellExecuteEx
|
||||
_ShellExecuteExA@4 = ShellExecuteExA
|
||||
_ShellExecuteExW@4 = ShellExecuteExW
|
||||
_ShellExecuteW@24 = ShellExecuteW
|
||||
_ShellHookProc@12 = ShellHookProc
|
||||
_ShellMessageBoxA = ShellMessageBoxA
|
||||
_ShellMessageBoxW = ShellMessageBoxW
|
||||
_Shell_GetCachedImageIndex@12 = Shell_GetCachedImageIndex
|
||||
_Shell_GetImageLists@8 = Shell_GetImageLists
|
||||
_Shell_MergeMenus@24 = Shell_MergeMenus
|
||||
_Shell_NotifyIcon@8 = Shell_NotifyIcon
|
||||
_Shell_NotifyIconA@8 = Shell_NotifyIconA
|
||||
_Shell_NotifyIconW@8 = Shell_NotifyIconW
|
||||
_SignalFileOpen@4 = SignalFileOpen
|
||||
_StrChrA@8 = StrChrA
|
||||
_StrChrIA@8 = StrChrIA
|
||||
_StrChrIW@8 = StrChrIW
|
||||
_StrChrW@8 = StrChrW
|
||||
_StrCmpNA@12 = StrCmpNA
|
||||
_StrCmpNIA@12 = StrCmpNIA
|
||||
_StrCmpNIW@12 = StrCmpNIW
|
||||
_StrCmpNW@12 = StrCmpNW
|
||||
_StrCpyNA@12 = StrCpyNA
|
||||
_StrCpyNW@12 = StrCpyNW
|
||||
_StrNCmpA@12 = StrNCmpA
|
||||
_StrNCmpIA@12 = StrNCmpIA
|
||||
_StrNCmpIW@12 = StrNCmpIW
|
||||
_StrNCmpW@12 = StrNCmpW
|
||||
_StrNCpyA@12 = StrNCpyA
|
||||
_StrNCpyW@12 = StrNCpyW
|
||||
_StrRChrA@12 = StrRChrA
|
||||
_StrRChrIA@12 = StrRChrIA
|
||||
_StrRChrIW@12 = StrRChrIW
|
||||
_StrRChrW@12 = StrRChrW
|
||||
_StrRStrA@12 = StrRStrA
|
||||
_StrRStrIA@12 = StrRStrIA
|
||||
_StrRStrIW@12 = StrRStrIW
|
||||
_StrRStrW@12 = StrRStrW
|
||||
_StrStrA@8 = StrStrA
|
||||
_StrStrIA@8 = StrStrIA
|
||||
_StrStrIW@8 = StrStrIW
|
||||
_StrStrW@8 = StrStrW
|
||||
_WOWShellExecute@28 = WOWShellExecute
|
||||
_Win32DeleteFile@4 = Win32DeleteFile
|
||||
_WriteCabinetState@4 = WriteCabinetState
|
|
@ -1,16 +0,0 @@
|
|||
LIBRARY version
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_GetFileVersionInfoA@16 = GetFileVersionInfoA
|
||||
_GetFileVersionInfoSizeA@8 = GetFileVersionInfoSizeA
|
||||
_GetFileVersionInfoSizeW@8 = GetFileVersionInfoSizeW
|
||||
_GetFileVersionInfoW@16 = GetFileVersionInfoW
|
||||
_VerFindFileA@32 = VerFindFileA
|
||||
_VerFindFileW@32 = VerFindFileW
|
||||
_VerInstallFileA@32 = VerInstallFileA
|
||||
_VerInstallFileW@32 = VerInstallFileW
|
||||
_VerLanguageNameA@12 = VerLanguageNameA
|
||||
_VerLanguageNameW@12 = VerLanguageNameW
|
||||
_VerQueryValueA@16 = VerQueryValueA
|
||||
_VerQueryValueW@16 = VerQueryValueW
|
|
@ -1,216 +0,0 @@
|
|||
LIBRARY wininet
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_CommitUrlCacheEntryA@44 = CommitUrlCacheEntryA
|
||||
_CommitUrlCacheEntryW@44 = CommitUrlCacheEntryW
|
||||
_CreateUrlCacheContainerA@32 = CreateUrlCacheContainerA
|
||||
_CreateUrlCacheContainerW@32 = CreateUrlCacheContainerW
|
||||
_CreateUrlCacheEntryA@20 = CreateUrlCacheEntryA
|
||||
_CreateUrlCacheEntryW@20 = CreateUrlCacheEntryW
|
||||
_CreateUrlCacheGroup@8 = CreateUrlCacheGroup
|
||||
_DeleteIE3Cache@16 = DeleteIE3Cache
|
||||
_DeleteUrlCacheContainerA@8 = DeleteUrlCacheContainerA
|
||||
_DeleteUrlCacheContainerW@8 = DeleteUrlCacheContainerW
|
||||
_DeleteUrlCacheEntry@4 = DeleteUrlCacheEntry
|
||||
_DeleteUrlCacheEntryA@4 = DeleteUrlCacheEntryA
|
||||
_DeleteUrlCacheEntryW@4 = DeleteUrlCacheEntryW
|
||||
_DeleteUrlCacheGroup@16 = DeleteUrlCacheGroup
|
||||
_DoConnectoidsExist@0 = DoConnectoidsExist
|
||||
_ExportCookieFileA@8 = ExportCookieFileA
|
||||
_ExportCookieFileW@8 = ExportCookieFileW
|
||||
_FindCloseUrlCache@4 = FindCloseUrlCache
|
||||
_FindFirstUrlCacheContainerA@16 = FindFirstUrlCacheContainerA
|
||||
_FindFirstUrlCacheContainerW@16 = FindFirstUrlCacheContainerW
|
||||
_FindFirstUrlCacheEntryA@12 = FindFirstUrlCacheEntryA
|
||||
_FindFirstUrlCacheEntryExA@40 = FindFirstUrlCacheEntryExA
|
||||
_FindFirstUrlCacheEntryExW@40 = FindFirstUrlCacheEntryExW
|
||||
_FindFirstUrlCacheEntryW@12 = FindFirstUrlCacheEntryW
|
||||
_FindFirstUrlCacheGroup@24 = FindFirstUrlCacheGroup
|
||||
_FindNextUrlCacheContainerA@12 = FindNextUrlCacheContainerA
|
||||
_FindNextUrlCacheContainerW@12 = FindNextUrlCacheContainerW
|
||||
_FindNextUrlCacheEntryA@12 = FindNextUrlCacheEntryA
|
||||
_FindNextUrlCacheEntryExA@24 = FindNextUrlCacheEntryExA
|
||||
_FindNextUrlCacheEntryExW@24 = FindNextUrlCacheEntryExW
|
||||
_FindNextUrlCacheEntryW@12 = FindNextUrlCacheEntryW
|
||||
_FindNextUrlCacheGroup@12 = FindNextUrlCacheGroup
|
||||
_FreeUrlCacheSpaceA@12 = FreeUrlCacheSpaceA
|
||||
_FreeUrlCacheSpaceW@12 = FreeUrlCacheSpaceW
|
||||
_FtpCommandA@24 = FtpCommandA
|
||||
_FtpCommandW@24 = FtpCommandW
|
||||
_FtpCreateDirectoryA@8 = FtpCreateDirectoryA
|
||||
_FtpCreateDirectoryW@8 = FtpCreateDirectoryW
|
||||
_FtpDeleteFileA@8 = FtpDeleteFileA
|
||||
_FtpDeleteFileW@8 = FtpDeleteFileW
|
||||
_FtpFindFirstFileA@20 = FtpFindFirstFileA
|
||||
_FtpFindFirstFileW@20 = FtpFindFirstFileW
|
||||
_FtpGetCurrentDirectoryA@12 = FtpGetCurrentDirectoryA
|
||||
_FtpGetCurrentDirectoryW@12 = FtpGetCurrentDirectoryW
|
||||
_FtpGetFileA@28 = FtpGetFileA
|
||||
_FtpGetFileEx@28 = FtpGetFileEx
|
||||
_FtpGetFileSize@8 = FtpGetFileSize
|
||||
_FtpGetFileW@28 = FtpGetFileW
|
||||
_FtpOpenFileA@20 = FtpOpenFileA
|
||||
_FtpOpenFileW@20 = FtpOpenFileW
|
||||
_FtpPutFileA@20 = FtpPutFileA
|
||||
_FtpPutFileEx@20 = FtpPutFileEx
|
||||
_FtpPutFileW@20 = FtpPutFileW
|
||||
_FtpRemoveDirectoryA@8 = FtpRemoveDirectoryA
|
||||
_FtpRemoveDirectoryW@8 = FtpRemoveDirectoryW
|
||||
_FtpRenameFileA@12 = FtpRenameFileA
|
||||
_FtpRenameFileW@12 = FtpRenameFileW
|
||||
_FtpSetCurrentDirectoryA@8 = FtpSetCurrentDirectoryA
|
||||
_FtpSetCurrentDirectoryW@8 = FtpSetCurrentDirectoryW
|
||||
_GetDiskInfoA@16 = GetDiskInfoA
|
||||
_GetUrlCacheConfigInfoA@12 = GetUrlCacheConfigInfoA
|
||||
_GetUrlCacheConfigInfoW@12 = GetUrlCacheConfigInfoW
|
||||
_GetUrlCacheEntryInfoA@12 = GetUrlCacheEntryInfoA
|
||||
_GetUrlCacheEntryInfoExA@28 = GetUrlCacheEntryInfoExA
|
||||
_GetUrlCacheEntryInfoExW@28 = GetUrlCacheEntryInfoExW
|
||||
_GetUrlCacheEntryInfoW@12 = GetUrlCacheEntryInfoW
|
||||
_GetUrlCacheGroupAttributeA@28 = GetUrlCacheGroupAttributeA
|
||||
_GetUrlCacheGroupAttributeW@28 = GetUrlCacheGroupAttributeW
|
||||
_GetUrlCacheHeaderData@8 = GetUrlCacheHeaderData
|
||||
_GopherCreateLocatorA@28 = GopherCreateLocatorA
|
||||
_GopherCreateLocatorW@28 = GopherCreateLocatorW
|
||||
_GopherFindFirstFileA@24 = GopherFindFirstFileA
|
||||
_GopherFindFirstFileW@24 = GopherFindFirstFileW
|
||||
_GopherGetAttributeA@32 = GopherGetAttributeA
|
||||
_GopherGetAttributeW@32 = GopherGetAttributeW
|
||||
_GopherGetLocatorTypeA@8 = GopherGetLocatorTypeA
|
||||
_GopherGetLocatorTypeW@8 = GopherGetLocatorTypeW
|
||||
_GopherOpenFileA@20 = GopherOpenFileA
|
||||
_GopherOpenFileW@20 = GopherOpenFileW
|
||||
_HttpAddRequestHeadersA@16 = HttpAddRequestHeadersA
|
||||
_HttpAddRequestHeadersW@16 = HttpAddRequestHeadersW
|
||||
_HttpCheckDavCompliance@20 = HttpCheckDavCompliance
|
||||
_HttpCheckDavComplianceA@20 = HttpCheckDavComplianceA
|
||||
_HttpCheckDavComplianceW@20 = HttpCheckDavComplianceW
|
||||
_HttpEndRequestA@16 = HttpEndRequestA
|
||||
_HttpEndRequestW@16 = HttpEndRequestW
|
||||
_HttpOpenRequestA@32 = HttpOpenRequestA
|
||||
_HttpOpenRequestW@32 = HttpOpenRequestW
|
||||
_HttpQueryInfoA@20 = HttpQueryInfoA
|
||||
_HttpQueryInfoW@20 = HttpQueryInfoW
|
||||
_HttpSendRequestA@20 = HttpSendRequestA
|
||||
_HttpSendRequestExA@20 = HttpSendRequestExA
|
||||
_HttpSendRequestExW@20 = HttpSendRequestExW
|
||||
_HttpSendRequestW@20 = HttpSendRequestW
|
||||
_ImportCookieFileA@4 = ImportCookieFileA
|
||||
_ImportCookieFileW@4 = ImportCookieFileW
|
||||
_IncrementUrlCacheHeaderData@8 = IncrementUrlCacheHeaderData
|
||||
_InternetAlgIdToStringA@16 = InternetAlgIdToStringA
|
||||
_InternetAlgIdToStringW@16 = InternetAlgIdToStringW
|
||||
_InternetAttemptConnect@4 = InternetAttemptConnect
|
||||
_InternetAutodial@8 = InternetAutodial
|
||||
_InternetAutodialCallback@8 = InternetAutodialCallback
|
||||
_InternetAutodialHangup@4 = InternetAutodialHangup
|
||||
_InternetCanonicalizeUrlA@16 = InternetCanonicalizeUrlA
|
||||
_InternetCanonicalizeUrlW@16 = InternetCanonicalizeUrlW
|
||||
_InternetCheckConnectionA@12 = InternetCheckConnectionA
|
||||
_InternetCheckConnectionW@12 = InternetCheckConnectionW
|
||||
_InternetCloseHandle@4 = InternetCloseHandle
|
||||
_InternetCombineUrlA@20 = InternetCombineUrlA
|
||||
_InternetCombineUrlW@20 = InternetCombineUrlW
|
||||
_InternetConfirmZoneCrossing@16 = InternetConfirmZoneCrossing
|
||||
_InternetConfirmZoneCrossingA@16 = InternetConfirmZoneCrossingA
|
||||
_InternetConfirmZoneCrossingW@16 = InternetConfirmZoneCrossingW
|
||||
_InternetConnectA@32 = InternetConnectA
|
||||
_InternetConnectW@32 = InternetConnectW
|
||||
_InternetCrackUrlA@16 = InternetCrackUrlA
|
||||
_InternetCrackUrlW@16 = InternetCrackUrlW
|
||||
_InternetCreateUrlA@16 = InternetCreateUrlA
|
||||
_InternetCreateUrlW@16 = InternetCreateUrlW
|
||||
_InternetDial@20 = InternetDial
|
||||
_InternetDialA@20 = InternetDialA
|
||||
_InternetDialW@20 = InternetDialW
|
||||
_InternetErrorDlg@20 = InternetErrorDlg
|
||||
_InternetFindNextFileA@8 = InternetFindNextFileA
|
||||
_InternetFindNextFileW@8 = InternetFindNextFileW
|
||||
_InternetFortezzaCommand@12 = InternetFortezzaCommand
|
||||
_InternetGetCertByURL@12 = InternetGetCertByURL
|
||||
_InternetGetCertByURLA@12 = InternetGetCertByURLA
|
||||
_InternetGetConnectedState@8 = InternetGetConnectedState
|
||||
_InternetGetConnectedStateEx@16 = InternetGetConnectedStateEx
|
||||
_InternetGetConnectedStateExA@16 = InternetGetConnectedStateExA
|
||||
_InternetGetConnectedStateExW@16 = InternetGetConnectedStateExW
|
||||
_InternetGetCookieA@16 = InternetGetCookieA
|
||||
_InternetGetCookieW@16 = InternetGetCookieW
|
||||
_InternetGetLastResponseInfoA@12 = InternetGetLastResponseInfoA
|
||||
_InternetGetLastResponseInfoW@12 = InternetGetLastResponseInfoW
|
||||
_InternetGoOnline@12 = InternetGoOnline
|
||||
_InternetGoOnlineA@12 = InternetGoOnlineA
|
||||
_InternetGoOnlineW@12 = InternetGoOnlineW
|
||||
_InternetHangUp@8 = InternetHangUp
|
||||
_InternetLockRequestFile@8 = InternetLockRequestFile
|
||||
_InternetOpenA@20 = InternetOpenA
|
||||
_InternetOpenUrlA@24 = InternetOpenUrlA
|
||||
_InternetOpenUrlW@24 = InternetOpenUrlW
|
||||
_InternetOpenW@20 = InternetOpenW
|
||||
_InternetQueryDataAvailable@16 = InternetQueryDataAvailable
|
||||
_InternetQueryFortezzaStatus@8 = InternetQueryFortezzaStatus
|
||||
_InternetQueryOptionA@16 = InternetQueryOptionA
|
||||
_InternetQueryOptionW@16 = InternetQueryOptionW
|
||||
_InternetReadFile@16 = InternetReadFile
|
||||
_InternetReadFileExA@16 = InternetReadFileExA
|
||||
_InternetReadFileExW@16 = InternetReadFileExW
|
||||
_InternetSecurityProtocolToStringA@16 = InternetSecurityProtocolToStringA
|
||||
_InternetSecurityProtocolToStringW@16 = InternetSecurityProtocolToStringW
|
||||
_InternetSetCookieA@12 = InternetSetCookieA
|
||||
_InternetSetCookieW@12 = InternetSetCookieW
|
||||
_InternetSetDialState@12 = InternetSetDialState
|
||||
_InternetSetDialStateA@12 = InternetSetDialStateA
|
||||
_InternetSetDialStateW@12 = InternetSetDialStateW
|
||||
_InternetSetFilePointer@20 = InternetSetFilePointer
|
||||
_InternetSetOptionA@16 = InternetSetOptionA
|
||||
_InternetSetOptionExA@20 = InternetSetOptionExA
|
||||
_InternetSetOptionExW@20 = InternetSetOptionExW
|
||||
_InternetSetOptionW@16 = InternetSetOptionW
|
||||
_InternetSetStatusCallback@8 = InternetSetStatusCallback
|
||||
_InternetSetStatusCallbackA@8 = InternetSetStatusCallbackA
|
||||
_InternetSetStatusCallbackW@8 = InternetSetStatusCallbackW
|
||||
_InternetShowSecurityInfoByURL@8 = InternetShowSecurityInfoByURL
|
||||
_InternetShowSecurityInfoByURLA@8 = InternetShowSecurityInfoByURLA
|
||||
_InternetShowSecurityInfoByURLW@8 = InternetShowSecurityInfoByURLW
|
||||
_InternetTimeFromSystemTime@16 = InternetTimeFromSystemTime
|
||||
_InternetTimeFromSystemTimeA@16 = InternetTimeFromSystemTimeA
|
||||
_InternetTimeFromSystemTimeW@16 = InternetTimeFromSystemTimeW
|
||||
_InternetTimeToSystemTime@12 = InternetTimeToSystemTime
|
||||
_InternetTimeToSystemTimeA@12 = InternetTimeToSystemTimeA
|
||||
_InternetTimeToSystemTimeW@12 = InternetTimeToSystemTimeW
|
||||
_InternetUnlockRequestFile@4 = InternetUnlockRequestFile
|
||||
_InternetWriteFile@16 = InternetWriteFile
|
||||
_InternetWriteFileExA@16 = InternetWriteFileExA
|
||||
_InternetWriteFileExW@16 = InternetWriteFileExW
|
||||
_IsHostInProxyBypassList@12 = IsHostInProxyBypassList
|
||||
_IsUrlCacheEntryExpiredA@12 = IsUrlCacheEntryExpiredA
|
||||
_IsUrlCacheEntryExpiredW@12 = IsUrlCacheEntryExpiredW
|
||||
_LoadUrlCacheContent@0 = LoadUrlCacheContent
|
||||
_ParseX509EncodedCertificateForListBoxEntry@16 = ParseX509EncodedCertificateForListBoxEntry
|
||||
_PerformOperationOverUrlCacheA@40 = PerformOperationOverUrlCacheA
|
||||
_ReadUrlCacheEntryStream@20 = ReadUrlCacheEntryStream
|
||||
_RegisterUrlCacheNotification@24 = RegisterUrlCacheNotification
|
||||
_ResumeSuspendedDownload@8 = ResumeSuspendedDownload
|
||||
_RetrieveUrlCacheEntryFileA@16 = RetrieveUrlCacheEntryFileA
|
||||
_RetrieveUrlCacheEntryFileW@16 = RetrieveUrlCacheEntryFileW
|
||||
_RetrieveUrlCacheEntryStreamA@20 = RetrieveUrlCacheEntryStreamA
|
||||
_RetrieveUrlCacheEntryStreamW@20 = RetrieveUrlCacheEntryStreamW
|
||||
_RunOnceUrlCache@16 = RunOnceUrlCache
|
||||
_SetUrlCacheConfigInfoA@8 = SetUrlCacheConfigInfoA
|
||||
_SetUrlCacheConfigInfoW@8 = SetUrlCacheConfigInfoW
|
||||
_SetUrlCacheEntryGroup@28 = SetUrlCacheEntryGroup
|
||||
_SetUrlCacheEntryGroupA@28 = SetUrlCacheEntryGroupA
|
||||
_SetUrlCacheEntryGroupW@28 = SetUrlCacheEntryGroupW
|
||||
_SetUrlCacheEntryInfoA@12 = SetUrlCacheEntryInfoA
|
||||
_SetUrlCacheEntryInfoW@12 = SetUrlCacheEntryInfoW
|
||||
_SetUrlCacheGroupAttributeA@24 = SetUrlCacheGroupAttributeA
|
||||
_SetUrlCacheGroupAttributeW@24 = SetUrlCacheGroupAttributeW
|
||||
_SetUrlCacheHeaderData@8 = SetUrlCacheHeaderData
|
||||
_ShowClientAuthCerts@4 = ShowClientAuthCerts
|
||||
_ShowSecurityInfo@8 = ShowSecurityInfo
|
||||
_ShowX509EncodedCertificate@12 = ShowX509EncodedCertificate
|
||||
_UnlockUrlCacheEntryFile@8 = UnlockUrlCacheEntryFile
|
||||
_UnlockUrlCacheEntryFileA@8 = UnlockUrlCacheEntryFileA
|
||||
_UnlockUrlCacheEntryFileW@8 = UnlockUrlCacheEntryFileW
|
||||
_UnlockUrlCacheEntryStream@8 = UnlockUrlCacheEntryStream
|
||||
_UpdateUrlCacheContentPath@4 = UpdateUrlCacheContentPath
|
|
@ -1,187 +0,0 @@
|
|||
LIBRARY winspool
|
||||
EXETYPE NT
|
||||
SUBSYSTEM WINDOWS
|
||||
EXPORTS
|
||||
_AbortPrinter@4 = AbortPrinter
|
||||
_AddFormA@12 = AddFormA
|
||||
_AddFormW@12 = AddFormW
|
||||
_AddJobA@20 = AddJobA
|
||||
_AddJobW@20 = AddJobW
|
||||
_AddMonitorA@12 = AddMonitorA
|
||||
_AddMonitorW@12 = AddMonitorW
|
||||
_AddPerMachineConnectionA@16 = AddPerMachineConnectionA
|
||||
_AddPerMachineConnectionW@16 = AddPerMachineConnectionW
|
||||
_AddPortA@12 = AddPortA
|
||||
_AddPortExA@16 = AddPortExA
|
||||
_AddPortExW@16 = AddPortExW
|
||||
_AddPortW@12 = AddPortW
|
||||
_AddPrintProcessorA@16 = AddPrintProcessorA
|
||||
_AddPrintProcessorW@16 = AddPrintProcessorW
|
||||
_AddPrintProvidorA@12 = AddPrintProvidorA
|
||||
_AddPrintProvidorW@12 = AddPrintProvidorW
|
||||
_AddPrinterA@12 = AddPrinterA
|
||||
_AddPrinterConnectionA@4 = AddPrinterConnectionA
|
||||
_AddPrinterConnectionUI@12 = AddPrinterConnectionUI
|
||||
_AddPrinterConnectionW@4 = AddPrinterConnectionW
|
||||
_AddPrinterDriverA@12 = AddPrinterDriverA
|
||||
_AddPrinterDriverExA@16 = AddPrinterDriverExA
|
||||
_AddPrinterDriverExW@16 = AddPrinterDriverExW
|
||||
_AddPrinterDriverW@12 = AddPrinterDriverW
|
||||
_AddPrinterW@12 = AddPrinterW
|
||||
_AdvancedDocumentPropertiesA@20 = AdvancedDocumentPropertiesA
|
||||
_AdvancedDocumentPropertiesW@20 = AdvancedDocumentPropertiesW
|
||||
_AdvancedSetupDialog@16 = AdvancedSetupDialog
|
||||
_ClosePrinter@4 = ClosePrinter
|
||||
_CloseSpoolFileHandle@8 = CloseSpoolFileHandle
|
||||
_ClusterSplClose@4 = ClusterSplClose
|
||||
_ClusterSplIsAlive@4 = ClusterSplIsAlive
|
||||
_ClusterSplOpen@20 = ClusterSplOpen
|
||||
_CommitSpoolData@12 = CommitSpoolData
|
||||
_ConfigurePortA@12 = ConfigurePortA
|
||||
_ConfigurePortW@12 = ConfigurePortW
|
||||
_ConnectToPrinterDlg@8 = ConnectToPrinterDlg
|
||||
_ConvertAnsiDevModeToUnicodeDevmode@16 = ConvertAnsiDevModeToUnicodeDevmode
|
||||
_ConvertUnicodeDevModeToAnsiDevmode@16 = ConvertUnicodeDevModeToAnsiDevmode
|
||||
_CreatePrinterIC@8 = CreatePrinterIC
|
||||
_DeleteFormA@8 = DeleteFormA
|
||||
_DeleteFormW@8 = DeleteFormW
|
||||
_DeleteMonitorA@12 = DeleteMonitorA
|
||||
_DeleteMonitorW@12 = DeleteMonitorW
|
||||
_DeletePerMachineConnectionA@8 = DeletePerMachineConnectionA
|
||||
_DeletePerMachineConnectionW@8 = DeletePerMachineConnectionW
|
||||
_DeletePortA@12 = DeletePortA
|
||||
_DeletePortW@12 = DeletePortW
|
||||
_DeletePrintProcessorA@12 = DeletePrintProcessorA
|
||||
_DeletePrintProcessorW@12 = DeletePrintProcessorW
|
||||
_DeletePrintProvidorA@12 = DeletePrintProvidorA
|
||||
_DeletePrintProvidorW@12 = DeletePrintProvidorW
|
||||
_DeletePrinter@4 = DeletePrinter
|
||||
_DeletePrinterConnectionA@4 = DeletePrinterConnectionA
|
||||
_DeletePrinterConnectionW@4 = DeletePrinterConnectionW
|
||||
_DeletePrinterDataA@8 = DeletePrinterDataA
|
||||
_DeletePrinterDataExA@12 = DeletePrinterDataExA
|
||||
_DeletePrinterDataExW@12 = DeletePrinterDataExW
|
||||
_DeletePrinterDataW@8 = DeletePrinterDataW
|
||||
_DeletePrinterDriverA@12 = DeletePrinterDriverA
|
||||
_DeletePrinterDriverExA@20 = DeletePrinterDriverExA
|
||||
_DeletePrinterDriverExW@20 = DeletePrinterDriverExW
|
||||
_DeletePrinterDriverW@12 = DeletePrinterDriverW
|
||||
_DeletePrinterIC@4 = DeletePrinterIC
|
||||
_DeletePrinterKeyA@8 = DeletePrinterKeyA
|
||||
_DeletePrinterKeyW@8 = DeletePrinterKeyW
|
||||
_DevQueryPrint@12 = DevQueryPrint
|
||||
_DevQueryPrintEx@4 = DevQueryPrintEx
|
||||
_DeviceCapabilities@20 = DeviceCapabilities
|
||||
_DeviceCapabilitiesA@20 = DeviceCapabilitiesA
|
||||
_DeviceCapabilitiesW@20 = DeviceCapabilitiesW
|
||||
_DeviceMode@16 = DeviceMode
|
||||
_DevicePropertySheets@8 = DevicePropertySheets
|
||||
_DocumentEvent@28 = DocumentEvent
|
||||
_DocumentPropertiesA@24 = DocumentPropertiesA
|
||||
_DocumentPropertiesW@24 = DocumentPropertiesW
|
||||
_DocumentPropertySheets@8 = DocumentPropertySheets
|
||||
_EndDocPrinter@4 = EndDocPrinter
|
||||
_EndPagePrinter@4 = EndPagePrinter
|
||||
_EnumFormsA@24 = EnumFormsA
|
||||
_EnumFormsW@24 = EnumFormsW
|
||||
_EnumJobsA@32 = EnumJobsA
|
||||
_EnumJobsW@32 = EnumJobsW
|
||||
_EnumMonitorsA@24 = EnumMonitorsA
|
||||
_EnumMonitorsW@24 = EnumMonitorsW
|
||||
_EnumPerMachineConnectionsA@20 = EnumPerMachineConnectionsA
|
||||
_EnumPerMachineConnectionsW@20 = EnumPerMachineConnectionsW
|
||||
_EnumPortsA@24 = EnumPortsA
|
||||
_EnumPortsW@24 = EnumPortsW
|
||||
_EnumPrintProcessorDatatypesA@28 = EnumPrintProcessorDatatypesA
|
||||
_EnumPrintProcessorDatatypesW@28 = EnumPrintProcessorDatatypesW
|
||||
_EnumPrintProcessorsA@28 = EnumPrintProcessorsA
|
||||
_EnumPrintProcessorsW@28 = EnumPrintProcessorsW
|
||||
_EnumPrinterDataA@36 = EnumPrinterDataA
|
||||
_EnumPrinterDataExA@24 = EnumPrinterDataExA
|
||||
_EnumPrinterDataExW@24 = EnumPrinterDataExW
|
||||
_EnumPrinterDataW@36 = EnumPrinterDataW
|
||||
_EnumPrinterDriversA@28 = EnumPrinterDriversA
|
||||
_EnumPrinterDriversW@28 = EnumPrinterDriversW
|
||||
_EnumPrinterKeyA@20 = EnumPrinterKeyA
|
||||
_EnumPrinterKeyW@20 = EnumPrinterKeyW
|
||||
_EnumPrinterPropertySheets@16 = EnumPrinterPropertySheets
|
||||
_EnumPrintersA@28 = EnumPrintersA
|
||||
_EnumPrintersW@28 = EnumPrintersW
|
||||
_ExtDeviceMode@32 = ExtDeviceMode
|
||||
_FindClosePrinterChangeNotification@4 = FindClosePrinterChangeNotification
|
||||
_FindFirstPrinterChangeNotification@16 = FindFirstPrinterChangeNotification
|
||||
_FindNextPrinterChangeNotification@16 = FindNextPrinterChangeNotification
|
||||
_ForceUnloadDriver@4 = ForceUnloadDriver
|
||||
_FreePrinterNotifyInfo@4 = FreePrinterNotifyInfo
|
||||
_GetDefaultPrinterA@8 = GetDefaultPrinterA
|
||||
_GetDefaultPrinterW@8 = GetDefaultPrinterW
|
||||
_GetFormA@24 = GetFormA
|
||||
_GetFormW@24 = GetFormW
|
||||
_GetJobA@24 = GetJobA
|
||||
_GetJobW@24 = GetJobW
|
||||
_GetPrintProcessorDirectoryA@24 = GetPrintProcessorDirectoryA
|
||||
_GetPrintProcessorDirectoryW@24 = GetPrintProcessorDirectoryW
|
||||
_GetPrinterA@20 = GetPrinterA
|
||||
_GetPrinterDataA@24 = GetPrinterDataA
|
||||
_GetPrinterDataExA@28 = GetPrinterDataExA
|
||||
_GetPrinterDataExW@28 = GetPrinterDataExW
|
||||
_GetPrinterDataW@24 = GetPrinterDataW
|
||||
_GetPrinterDriverA@24 = GetPrinterDriverA
|
||||
_GetPrinterDriverDirectoryA@24 = GetPrinterDriverDirectoryA
|
||||
_GetPrinterDriverDirectoryW@24 = GetPrinterDriverDirectoryW
|
||||
_GetPrinterDriverW@24 = GetPrinterDriverW
|
||||
_GetPrinterHTMLViewA@20 = GetPrinterHTMLViewA
|
||||
_GetPrinterHTMLViewW@20 = GetPrinterHTMLViewW
|
||||
_GetPrinterW@20 = GetPrinterW
|
||||
_GetPrinterWebInformation@16 = GetPrinterWebInformation
|
||||
_GetSpoolFileHandle@4 = GetSpoolFileHandle
|
||||
_InitializeDll@12 = InitializeDll
|
||||
_LoadPrinterDriver@4 = LoadPrinterDriver
|
||||
_OpenPrinterA@12 = OpenPrinterA
|
||||
_OpenPrinterW@12 = OpenPrinterW
|
||||
_PlayGdiScriptOnPrinterIC@24 = PlayGdiScriptOnPrinterIC
|
||||
_PrinterMessageBoxA@24 = PrinterMessageBoxA
|
||||
_PrinterMessageBoxW@24 = PrinterMessageBoxW
|
||||
_PrinterProperties@8 = PrinterProperties
|
||||
_PublishPrinterA@24 = PublishPrinterA
|
||||
_PublishPrinterW@24 = PublishPrinterW
|
||||
_QueryColorProfile@24 = QueryColorProfile
|
||||
_QueryRemoteFonts@12 = QueryRemoteFonts
|
||||
_QuerySpoolMode@12 = QuerySpoolMode
|
||||
_ReadPrinter@16 = ReadPrinter
|
||||
_RefCntLoadDriver@16 = RefCntLoadDriver
|
||||
_RefCntUnloadDriver@8 = RefCntUnloadDriver
|
||||
_ResetPrinterA@8 = ResetPrinterA
|
||||
_ResetPrinterW@8 = ResetPrinterW
|
||||
_ScheduleJob@8 = ScheduleJob
|
||||
_SeekPrinter@24 = SeekPrinter
|
||||
_SetAllocFailCount@20 = SetAllocFailCount
|
||||
_SetDefaultPrinterA@4 = SetDefaultPrinterA
|
||||
_SetDefaultPrinterW@4 = SetDefaultPrinterW
|
||||
_SetFormA@16 = SetFormA
|
||||
_SetFormW@16 = SetFormW
|
||||
_SetJobA@20 = SetJobA
|
||||
_SetJobW@20 = SetJobW
|
||||
_SetPortA@16 = SetPortA
|
||||
_SetPortW@16 = SetPortW
|
||||
_SetPrinterA@16 = SetPrinterA
|
||||
_SetPrinterDataA@20 = SetPrinterDataA
|
||||
_SetPrinterDataExA@24 = SetPrinterDataExA
|
||||
_SetPrinterDataExW@24 = SetPrinterDataExW
|
||||
_SetPrinterDataW@20 = SetPrinterDataW
|
||||
_SetPrinterHTMLViewA@12 = SetPrinterHTMLViewA
|
||||
_SetPrinterHTMLViewW@12 = SetPrinterHTMLViewW
|
||||
_SetPrinterW@16 = SetPrinterW
|
||||
_SplDriverUnloadComplete@4 = SplDriverUnloadComplete
|
||||
_SplReadPrinter@12 = SplReadPrinter
|
||||
_SpoolerDevQueryPrintW@20 = SpoolerDevQueryPrintW
|
||||
_SpoolerInit@0 = SpoolerInit
|
||||
_SpoolerPrinterEvent@16 = SpoolerPrinterEvent
|
||||
_StartDocDlgA@8 = StartDocDlgA
|
||||
_StartDocDlgW@8 = StartDocDlgW
|
||||
_StartDocPrinterA@12 = StartDocPrinterA
|
||||
_StartDocPrinterW@12 = StartDocPrinterW
|
||||
_StartPagePrinter@4 = StartPagePrinter
|
||||
_WaitForPrinterChange@8 = WaitForPrinterChange
|
||||
_WritePrinter@16 = WritePrinter
|
||||
_XcvDataW@32 = XcvDataW
|
Loading…
Add table
Add a link
Reference in a new issue