The Original CHomP Software
mw_win32.h
Go to the documentation of this file.
1
3
16
17// Copyright (C) 1997-2020 by Pawel Pilarczyk.
18//
19// This file is part of my research software package. This is free software:
20// you can redistribute it and/or modify it under the terms of the GNU
21// General Public License as published by the Free Software Foundation,
22// either version 3 of the License, or (at your option) any later version.
23//
24// This software is distributed in the hope that it will be useful,
25// but WITHOUT ANY WARRANTY; without even the implied warranty of
26// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27// GNU General Public License for more details.
28//
29// You should have received a copy of the GNU General Public License
30// along with this software; see the file "license.txt". If not,
31// please, see <https://www.gnu.org/licenses/>.
32
33// Started on August 10, 2004. Last revision: November 29, 2007.
34
35
36#ifndef _CHOMP_MULTIWORK_MW_WIN32_H_
37#define _CHOMP_MULTIWORK_MW_WIN32_H_
38
41
42namespace chomp {
43namespace multiwork {
44
45
46} // namespace multiwork
47} // namespace chomp
48
49#endif // _CHOMP_MULTIWORK_MW_WIN32_H_
50
52
This file contains the basic configuration of the MultiWork module, mainly as a definition of a serie...
This file contains the definition of some low-level functions for the TCP/IP streams communication an...
This namespace contains the entire CHomP library interface.
Definition: bitmaps.h:51