Skip to content

Commit

Permalink
- fixes for Visual Studio to get rid of link errors
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2689 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 8, 2007
1 parent 0aa207e commit 7f89670
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Compiler/runtime/corbaimpl.cpp
Expand Up @@ -60,8 +60,9 @@ extern "C" {
* This variable is set in rtopts by function setCorbaSessionName(char* name);
* system independent Corba Session Name
*/
char* corbaSessionName = 0;

extern "C" {
char* corbaSessionName=0;
}
/* the file in which we have to dump the Corba IOR ID */
std::ostringstream objref_file;

Expand Down

0 comments on commit 7f89670

Please sign in to comment.