📄 csocket.mmp
字号:
// Copyright (C) 2004-2005 Darrell Karbott (djk2005@users.sf.net)
// This code is free software; you can redistribute it and/or
// modify it under the terms of GNU Lesser General Public License.
// See http://www.gnu.org/ for further details of the LGPL.
TARGET csocket.dll
TARGETTYPE dll
UID 0x1000008d 0x10207042
SOURCEPATH .
SOURCE CSocket.cpp delmon.cpp dllentry.cpp
USERINCLUDE .
SYSTEMINCLUDE \Epoc32\include
SYSTEMINCLUDE \Epoc32\include\libc
LIBRARY euser.lib esock.lib insock.lib
// Uncomment these two lines dump debugging
// output to c:/csocket.log
//MACRO ENABLE_CSOCKET_LOGGING
//LIBRARY estlib.lib
#if defined(WINS)
deffile .\CSocketWINS.def
#else if defined(ARM)
deffile .\CSocketARM.def
#endif
nostrictdef
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -