/**-- Words to open a shared code object Copyright (C) Tektronix, Inc. 1998 - 2001. All rights reserved. @see GNU LGPL @author Tektronix CTE %derived_by: guidod % @version %version: bln_mpt1!1.14 % (%date_modified: Tue Aug 13 12:48:38 2002 %) @description This file exports a set of system words for any OS that can dynamically bind object code to the interpreter. This part will then try to look up a symbol that can return a loadlist-table to be fed to the loadlist-loader routine. */ /* implementation for win32 using LoadLibrary GetProcAddress FreeLibrary @{ */ #if defined(__version_control__) && defined(__GNUC__)static char* id __attribute__((unused)) = "@(#) $Id: %full_filespec: dl-win32.c~bln_mpt1!1.14:csrc:bln_12xx!1 % $" #endif #ifndef _P4_SOURCE #define _P4_SOURCE 1 #endif #ifndef _export #include <pfe/def-config.h> #endif #ifdef __GNUC__ #warning using dl-win32.c, now including windows.h #endif #undef OUT #undef LP #undef CURRENT #undef CONTEXT #include <windows.h> /*; <winbase.h> *//** win32: pointer to program symbol table */ static HMODULE p4_dlself = 0;
/**
|
/**
|
/**
|
/**
|
/* |