Skip to content

Commit

Permalink
Changed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
psychomario committed Jun 1, 2012
1 parent 66dbc22 commit 1734e4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
25 changes: 0 additions & 25 deletions MemoryModule/MemoryModule.c
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
/*
* Memory DLL loading code
* Version 0.0.3
*
* Copyright (c) 2004-2012 by Joachim Bauch / [email protected]
* http://www.joachim-bauch.de
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is MemoryModule.c
*
* The Initial Developer of the Original Code is Joachim Bauch.
*
* Portions created by Joachim Bauch are Copyright (C) 2004-2012
* Joachim Bauch. All Rights Reserved.
*
*/
#include "MemoryModule.h"
#ifndef __GNUC__
// disable warnings about pointer <-> DWORD conversions
Expand Down
26 changes: 0 additions & 26 deletions MemoryModule/MemoryModule.h
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
/*
* Memory DLL loading code
* Version 0.0.3
*
* Copyright (c) 2004-2012 by Joachim Bauch / [email protected]
* http://www.joachim-bauch.de
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is MemoryModule.h
*
* The Initial Developer of the Original Code is Joachim Bauch.
*
* Portions created by Joachim Bauch are Copyright (C) 2004-2012
* Joachim Bauch. All Rights Reserved.
*
*/

#ifndef __MEMORY_MODULE_HEADER
#define __MEMORY_MODULE_HEADER
# define DLLIMPORT __declspec (dllexport)
Expand Down

0 comments on commit 1734e4a

Please sign in to comment.