Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
cf6f8982
Commit
cf6f8982
authored
15 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Work with MINGW compiler. No need to have cygwin1.dll.
parent
b565bb78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/exe/doliwamp/UsedPort.cpp
+7
-7
7 additions, 7 deletions
build/exe/doliwamp/UsedPort.cpp
with
7 additions
and
7 deletions
build/exe/doliwamp/UsedPort.cpp
+
7
−
7
View file @
cf6f8982
//---------------------------------------------------------------------------
// UsedPort
// UsedPort
.cpp
//---------------------------------------------------------------------------
// Tested with :
// VC++ 4.0
// GCC 3.4.4 CYGWIN (CYGWIN need cygwin1.dll)
// MINGW 3.4.5
// GCC CYGWIN 3.4.4 (May need cygwin1.dll, depending on functions used)
// MINGW 3.4.5
// Not tested with:
// GCC 3.4.4 Linux
// VC++ 4.0.0
// GCC Linux 3.4.4
//---------------------------------------------------------------------------
// 0
8
/0
8
/09 1.
1
Laurent Destailleur Creation
// 0
6
/0
9
/09 1.
0
Laurent Destailleur Creation
//---------------------------------------------------------------------------
#define PROG "UsedPort"
#define VERSION "1.0"
...
...
@@ -17,7 +17,7 @@
// If GNU GCC MINGW: _WIN32 automaticaly defined, __GNUC__ is defined, _MSC_VER not defined
// If VC: _WIN32 automaticaly defined, __GNUC__ is not defined, _MSC_VER defined
// If on Windows and Cygwin, we can use _WIN32 WSA pre function, if we want or not
with Cygwin
.
// If on Windows and Cygwin, we can use _WIN32 WSA pre function, if we want or not.
//#define _WIN32
#include
<string.h>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment